https://github.com/Kitware/CMake
Raw File
Tip revision: cd386f6425f2558a5eb69de8a2265df52bdc5147 authored by Brad King on 18 July 2024, 13:13:21 UTC
CMake 3.30.1
Tip revision: cd386f6
CMakeLists.txt
add_test(NAME FindJsonCpp.Test COMMAND
  ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindJsonCpp/Test"
  "${CMake_BINARY_DIR}/Tests/FindJsonCpp/Test"
  ${build_generator_args}
  --build-project TestFindJsonCpp
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
  )
back to top