Commit 2354efa0 authored by Raymond Knopp's avatar Raymond Knopp

Added MSC Library to unitary L1 simulation, otherwise linking would fail

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7392 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent cd92d1eb
......@@ -1715,7 +1715,7 @@ foreach(myExe dlsim ulsim pbchsim scansim mbmssim pdcchsim pucchsim prachsim syn
${XFORMS_SOURCE}
)
target_link_libraries (${myExe}
-Wl,--start-group SIMU UTIL SCHED_LIB PHY LFDS ${ITTI_LIB} -Wl,--end-group
-Wl,--start-group SIMU UTIL SCHED_LIB PHY LFDS MSC ${ITTI_LIB} -Wl,--end-group
pthread m rt ${CONFIG_LIBRARIES} ${ATLAS_LIBRARIES} ${XFORMS_LIBRARIES}
)
endforeach(myExe)
......
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