3 lines
173 B
CMake
Raw Normal View History

2018-04-23 21:13:27 +02:00
add_executable(BadSelfReference6 ../main.cpp)
set_property(TARGET BadSelfReference6 PROPERTY COMPILE_DEFINITIONS "$<TARGET_PROPERTY:BadSelfReference6,COMPILE_DEFINITIONS>")