autocmake/modules/cpp.cmake
Radovan Bast 6c6f779b2d renames
2015-06-04 13:47:55 +02:00

8 lines
111 B
CMake

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