Skip to content
Snippets Groups Projects
Commit 2481f2c2 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Allowing LIGO_INLINE set in camke build

parent cd89f315
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!395Next dev build,!386Allow IPC table to be built in a simulation mode that allows the receiver to fill it
......@@ -18,6 +18,10 @@ set(LIB_NAME lib${MODEL_NAME})
# Include generated FLAGS, options and INC dirs.
include(${CMAKE_CURRENT_SOURCE_DIR}/UserspaceVars.cmake)
if(${LIGO_INLINE})
list(APPEND CFLAGS "-DLIGO_INLINE=${LIGO_INLINE}")
endif()
if(${USE_STDLIB_MATH})
list(APPEND CFLAGS "-DUSE_STDLIB_MATH=1")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment