8 lines
121 B
CMake
8 lines
121 B
CMake
set(CPP)
|
|
|
|
# forward preprocessing directly to the code
|
|
if(NOT "${CPP}" STREQUAL "")
|
|
add_definitions(${CPP})
|
|
endif()
|
|
|