10 lines
162 B
CMake
10 lines
162 B
CMake
project (EmptyProperty)
|
|
|
|
set_property(DIRECTORY APPEND
|
|
PROPERTY
|
|
COMPILE_DEFINITIONS)
|
|
|
|
include(CTest)
|
|
|
|
add_executable(EmptyProperty EmptyProperty.cxx)
|