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

Build: Linux: added perseus external library

This commit is contained in:
f4exb
2019-06-03 01:30:05 +02:00
parent 816e0e28e0
commit 7a6f1b79ce
4 changed files with 31 additions and 11 deletions
@@ -48,6 +48,10 @@ add_library(${TARGET_NAME} SHARED
${perseus_SOURCES}
)
if(ENABLE_EXTERNAL_LIBRARIES)
add_dependencies(${TARGET_NAME} perseus)
endif()
target_link_libraries(${TARGET_NAME}
Qt5::Core
${TARGET_LIB}