autocmake/modules/UseCPP.cmake
2015-05-22 14:14:15 +02:00

8 lines
111 B
CMake

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