mirror of
https://github.com/reactos/CMake.git
synced 2025-01-12 14:30:52 +00: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")
|