autocmake/modules/preprocessing.cmake
Radovan Bast 524e69fcf4 renames
2015-06-11 10:37:02 +02:00

8 lines
121 B
CMake

set(CPP)
# forward preprocessing directly to the code
if(NOT "${CPP}" STREQUAL "")
add_definitions(${CPP})
endif()