mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
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)
|