1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Build: Linux: added libiio external library

This commit is contained in:
f4exb
2019-06-02 23:55:59 +02:00
parent c885105a87
commit 8a5ffe6b1f
4 changed files with 27 additions and 0 deletions
@@ -47,6 +47,10 @@ add_library(${TARGET_NAME} SHARED
${plutosdrinput_SOURCES}
)
if(ENABLE_EXTERNAL_LIBRARIES)
add_dependencies(${TARGET_NAME} libiio)
endif()
target_link_libraries(${TARGET_NAME}
Qt5::Core
${TARGET_LIB}