CMakeLists.txt 254 B

12345678
  1. add_test(NAME FindPatch.Test COMMAND
  2. ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  3. --build-and-test
  4. "${CMake_SOURCE_DIR}/Tests/FindPatch/Test"
  5. "${CMake_BINARY_DIR}/Tests/FindPatch/Test"
  6. ${build_generator_args}
  7. --build-options ${build_options}
  8. )