initial sandbox version
This commit is contained in:
7
modules/UseCPP.cmake
Normal file
7
modules/UseCPP.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
set(CPP)
|
||||
|
||||
# forward CPP directly to the code
|
||||
if(NOT "${CPP}" STREQUAL "")
|
||||
add_definitions(${CPP})
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user