mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
6 lines
104 B
CMake
6 lines
104 B
CMake
|
|
add_library(foo empty.cpp)
|
|
set_property(TARGET foo
|
|
PROPERTY COMPILE_DEFINITIONS_DEBUG "DEBUG_MODE"
|
|
)
|