mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-24 21:15:24 -04: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)
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user