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

enable_testing()

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