restored srslte_phy to static

This commit is contained in:
Ismael Gomez 2017-06-09 11:41:24 +02:00
parent 72a2b06238
commit 13adbb6fda
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ set(srslte_srcs $<TARGET_OBJECTS:srslte_agc>
$<TARGET_OBJECTS:srslte_enb>
)
add_library(srslte_phy SHARED ${srslte_srcs})
add_library(srslte_phy STATIC ${srslte_srcs})
set_target_properties(srslte_phy PROPERTIES
VERSION ${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR})