mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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)
|