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:
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…
Reference in New Issue
Block a user