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