cmake/Tests/EmptyProperty/CMakeLists.txt
2013-11-03 12:27:13 +02:00

10 lines
162 B
CMake

project (EmptyProperty)
set_property(DIRECTORY APPEND
PROPERTY
COMPILE_DEFINITIONS)
include(CTest)
add_executable(EmptyProperty EmptyProperty.cxx)