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>
This commit is contained in:
Gwenhael Goavec-Merou 2021-01-11 17:58:14 +01:00 committed by Eric Wild
parent c3187ab875
commit cffef690f2
1 changed files with 4 additions and 0 deletions

View File

@ -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