cmake/Tests/RunCMake/GoogleTest/GoogleTestXML.cmake
2020-08-30 11:54:41 +02:00

11 lines
196 B
CMake

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