repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
DocTest
/
CMakeLists.txt
blob
837328e8171dfc938560922b8102fca262e84af0
1
cmake_minimum_required (VERSION 2.6)
2
project (DocTest)
3
4
add_executable (DocTest DocTest.cxx)
5
6
set_property(GLOBAL PROPERTY REPORT_UNDEFINED_PROPERTIES
7
"${CMAKE_CURRENT_BINARY_DIR}/UndefinedProperties.txt")