CMakeLists.txt 351 B

12345678910
  1. add_test(NAME FindLibUV.Test COMMAND
  2. ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  3. --build-and-test
  4. "${CMake_SOURCE_DIR}/Tests/FindLibUV/Test"
  5. "${CMake_BINARY_DIR}/Tests/FindLibUV/Test"
  6. ${build_generator_args}
  7. --build-project TestFindLibUV
  8. --build-options ${build_options}
  9. --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
  10. )