summaryrefslogtreecommitdiffstats
path: root/Tests/FindProtobuf/CMakeLists.txt
blob: 1cdb2ae13bebc8fc9f937edae2f05581cb0a07a1 (plain)
1
2
3
4
5
6
7
8
9
10
add_test(NAME FindProtobuf.Test COMMAND
  ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindProtobuf/Test"
  "${CMake_BINARY_DIR}/Tests/FindProtobuf/Test"
  ${build_generator_args}
  --build-project TestFindProtobuf
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
  )