CMakeLists.txt 162 B

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