forked from sdr/gr-osmosdr
lib/xtrx: add missing libraries
Linking to the libxtrx libs got lost while merging the xtrx support, which led to runtime issues when trying to use it. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Eric Wild <ewild@sysmocom.de>gr3.8
parent
c3187ab875
commit
cffef690f2
|
@ -26,6 +26,10 @@ target_include_directories(gnuradio-osmosdr PRIVATE
|
|||
${LIBXTRX_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
APPEND_LIB_LIST(
|
||||
${LIBXTRX_LIBRARIES}
|
||||
)
|
||||
|
||||
list(APPEND gr_osmosdr_srcs
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xtrx_obj.cc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xtrx_source_c.cc
|
||||
|
|
Loading…
Reference in New Issue