1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

libxtrx: fix LIBXTRX_LIBRARY variable

This commit is contained in:
Davide Gerhard
2019-05-21 20:40:16 +02:00
parent d45dddffa1
commit ab2d9270ac
3 changed files with 3 additions and 5 deletions
@@ -53,7 +53,7 @@ target_link_libraries(${TARGET_NAME}
sdrbase
${TARGET_LIB_GUI}
swagger
${LIBXTRX_LIBRARIES}
${LIBXTRX_LIBRARY}
xtrxdevice
)