summaryrefslogtreecommitdiffstats
path: root/Tests/DocTest/CMakeLists.txt
blob: 17897469de93aff911adb0e27a7efd4d959a6c81 (plain)
1
2
3
4
5
6
project (DocTest)

add_executable (DocTest DocTest.cxx)

set_properties(GLOBAL PROPERTIES REPORT_UNDEFINED_PROPERTIES
  "${CMAKE_CURRENT_BINARY_DIR}/UndefinedProperties.txt")