1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 08:28:36 -05:00

Debian package build: corrected HackRF source build

This commit is contained in:
f4exb 2016-10-26 01:08:39 +02:00
parent ecc1647ee6
commit 12a3974644

View File

@ -52,13 +52,13 @@ add_library(inputhackrf SHARED
if (BUILD_DEBIAN) if (BUILD_DEBIAN)
target_link_libraries(inputhackrf target_link_libraries(inputhackrf
${QT_LIBRARIES} ${QT_LIBRARIES}
${LIBHACKRF_LIBRARIES} hackrf
sdrbase sdrbase
) )
else (BUILD_DEBIAN) else (BUILD_DEBIAN)
target_link_libraries(inputhackrf target_link_libraries(inputhackrf
${QT_LIBRARIES} ${QT_LIBRARIES}
hackrf ${LIBHACKRF_LIBRARIES}
sdrbase sdrbase
) )
endif (BUILD_DEBIAN) endif (BUILD_DEBIAN)