This commit is contained in:
Radovan Bast
2015-06-04 13:47:55 +02:00
parent 4755abbd31
commit 6c6f779b2d
16 changed files with 4 additions and 4 deletions

7
modules/cpp.cmake Normal file
View File

@@ -0,0 +1,7 @@
set(CPP)
# forward CPP directly to the code
if(NOT "${CPP}" STREQUAL "")
add_definitions(${CPP})
endif()