summaryrefslogtreecommitdiffstats
path: root/Tests/FindGLUT/CMakeLists.txt
blob: fc9ed087993b0716f4ac48703f1ab578a2e721c5 (plain)
1
2
3
4
5
6
7
8
9
add_test(NAME FindGLUT.Test COMMAND ${CMAKE_CTEST_COMMAND}
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindGLUT/Test"
  "${CMake_BINARY_DIR}/Tests/FindGLUT/Test"
  ${build_generator_args}
  --build-project TestFindGLUT
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V ${test_options}
  )