Installing srslte_uhd lib

This commit is contained in:
Paul Sutton 2015-05-29 14:12:16 +01:00
parent 3c7cebb86c
commit d7f7827e82
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ IF(UHD_FOUND)
LINK_DIRECTORIES(${UHD_LIBRARY_DIRS})
ADD_LIBRARY(srslte_uhd SHARED ${CMAKE_CURRENT_SOURCE_DIR}/cuhd/src/cuhd_imp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/cuhd/src/cuhd_utils.c)
TARGET_LINK_LIBRARIES(srslte_uhd ${UHD_LIBRARIES})
INSTALL(TARGETS srslte_uhd DESTINATION ${LIBRARY_DIR})
SRSLTE_SET_PIC(srslte_uhd)
ENDIF(UHD_FOUND)
INSTALL(TARGETS srslte DESTINATION ${LIBRARY_DIR})