13 lines
462 B
CMake
13 lines
462 B
CMake
|
###################################################################################################
|
||
|
# LLVM Compiler
|
||
|
###################################################################################################
|
||
|
if (OPENMP)
|
||
|
set (OPENMP_FLAGS "-fopenmp")
|
||
|
endif ()
|
||
|
|
||
|
#------------------------------------------------------------------------------------------------
|
||
|
# Fine tuning compilation options
|
||
|
set (COMPILE_FLAGS "${COMPILE_FLAGS} -cpp")
|
||
|
# preprocessor
|
||
|
|