Commit 7a946707 authored by Robert Schmidt's avatar Robert Schmidt Committed by laurent

Link necessary cblas to SIMU

parent 96a847ca
......@@ -2013,6 +2013,7 @@ set (SIMUSRC
${OPENAIR1_DIR}/SIMULATION/RF/adc.c
)
add_library(SIMU STATIC ${SIMUSRC} )
target_link_libraries(SIMU PRIVATE cblas)
target_include_directories(SIMU PUBLIC ${OPENAIR1_DIR}/SIMULATION/TOOLS ${OPENAIR1_DIR}/SIMULATION/RF)
# Qt-based scope
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment