cmake/Tests/EmptyProperty/CMakeLists.txt

10 lines
162 B
CMake
Raw Normal View History

2013-11-03 12:27:13 +02:00
project (EmptyProperty)
set_property(DIRECTORY APPEND
PROPERTY
COMPILE_DEFINITIONS)
include(CTest)
add_executable(EmptyProperty EmptyProperty.cxx)