|
|
@ -33,7 +33,6 @@ if(RF_FOUND)
|
|
|
|
list(APPEND SOURCES_RF rf_blade_imp.c)
|
|
|
|
list(APPEND SOURCES_RF rf_blade_imp.c)
|
|
|
|
endif (BLADERF_FOUND)
|
|
|
|
endif (BLADERF_FOUND)
|
|
|
|
|
|
|
|
|
|
|
|
add_compile_options(-march=native -mfpmath=sse -mno-avx -msse4.1)
|
|
|
|
|
|
|
|
add_library(srslte_rf SHARED ${SOURCES_RF})
|
|
|
|
add_library(srslte_rf SHARED ${SOURCES_RF})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -47,4 +46,4 @@ if(RF_FOUND)
|
|
|
|
|
|
|
|
|
|
|
|
INSTALL(TARGETS srslte_rf DESTINATION ${LIBRARY_DIR})
|
|
|
|
INSTALL(TARGETS srslte_rf DESTINATION ${LIBRARY_DIR})
|
|
|
|
SRSLTE_SET_PIC(srslte_rf)
|
|
|
|
SRSLTE_SET_PIC(srslte_rf)
|
|
|
|
endif(RF_FOUND)
|
|
|
|
endif(RF_FOUND)
|
|
|
|