summaryrefslogtreecommitdiff
path: root/Tests/DocTest/CMakeLists.txt
blob: 837328e8171dfc938560922b8102fca262e84af0 (plain)
1
2
3
4
5
6
7
cmake_minimum_required (VERSION 2.6)
project (DocTest)

add_executable (DocTest DocTest.cxx)

set_property(GLOBAL PROPERTY REPORT_UNDEFINED_PROPERTIES
  "${CMAKE_CURRENT_BINARY_DIR}/UndefinedProperties.txt")