summaryrefslogtreecommitdiff
path: root/Tests/FindJsonCpp/CMakeLists.txt
blob: 9a1fa385e9a327a4c5ecf919591288aaa830650a (plain)
1
2
3
4
5
6
7
8
9
10
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>
  )