1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Build: Linux: added LimeSuite external library

This commit is contained in:
f4exb
2019-06-02 01:05:33 +02:00
parent 28fcb5c2c6
commit 356d5b8010
4 changed files with 29 additions and 8 deletions
@@ -47,6 +47,10 @@ add_library(${TARGET_NAME} SHARED
${limesdrinput_SOURCES}
)
if(ENABLE_EXTERNAL_LIBRARIES)
add_dependencies(${TARGET_NAME} limesuite)
endif()
target_link_libraries(${TARGET_NAME}
Qt5::Core
${TARGET_LIB}