1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 00:02:21 +08:00
Files
CMake/Tests/FindJsonCpp/CMakeLists.txt
2015-01-19 09:34:03 -05:00

11 lines
359 B
CMake

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>
)