mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
Debian package build: corrected HackRF source build
This commit is contained in:
parent
ecc1647ee6
commit
12a3974644
@ -52,13 +52,13 @@ add_library(inputhackrf SHARED
|
||||
if (BUILD_DEBIAN)
|
||||
target_link_libraries(inputhackrf
|
||||
${QT_LIBRARIES}
|
||||
${LIBHACKRF_LIBRARIES}
|
||||
hackrf
|
||||
sdrbase
|
||||
)
|
||||
else (BUILD_DEBIAN)
|
||||
target_link_libraries(inputhackrf
|
||||
${QT_LIBRARIES}
|
||||
hackrf
|
||||
${LIBHACKRF_LIBRARIES}
|
||||
sdrbase
|
||||
)
|
||||
endif (BUILD_DEBIAN)
|
||||
|
Loading…
Reference in New Issue
Block a user