summaryrefslogtreecommitdiff
path: root/Tests/CompileDefinitions/target_prop/CMakeLists.txt
blob: 8248a21493660f93f81aa34d0181c8cbe1c7615f (plain)
1
2
3
4
5
6
7
8
9

project(target_prop)

add_executable(target_prop_executable ../main.cpp)

set_target_properties(target_prop_executable PROPERTIES CMAKE_IS_FUN -DCMAKE_IS_REALLY="Very Fun")

set_property(TARGET target_prop_executable APPEND PROPERTY COMPILE_DEFINITIONS CMAKE_IS_REALLY="Very Fun" CMAKE_IS=Fun)
set_property(TARGET target_prop_executable APPEND PROPERTY COMPILE_DEFINITIONS CMAKE_IS_FUN CMAKE_IS_="Fun")