summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTestXML.cmake
blob: c86de63f904c2311c007152f5e6dd0b19ff8ebe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
project(test_include_dirs)
include(CTest)
include(GoogleTest)

enable_testing()

add_executable(xml_output xml_output.cpp)
gtest_discover_tests(
  xml_output
  XML_OUTPUT_DIR ${CMAKE_BINARY_DIR}
)