mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
8 lines
208 B
CMake
8 lines
208 B
CMake
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")
|