1 2 3 4 5 6 7 8 9
project (EmptyProperty) set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS) include(CTest) add_executable(EmptyProperty EmptyProperty.cxx)