CMake/Tests/DocTest/CMakeLists.txt
2007-11-06 14:10:29 -05:00

7 lines
175 B
CMake

project (DocTest)
add_executable (DocTest DocTest.cxx)
set_properties(GLOBAL PROPERTIES REPORT_UNDEFINED_PROPERTIES
"${CMAKE_CURRENT_BINARY_DIR}/UndefinedProperties.txt")