mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
SoapySDR support: new attempt for Debian build (3)
This commit is contained in:
parent
d225bf9378
commit
fe0f506f50
@ -40,7 +40,7 @@ add_library(soapysdrdevice SHARED
|
||||
|
||||
if (BUILD_DEBIAN)
|
||||
target_link_libraries(soapysdrdevice
|
||||
soapysdr
|
||||
SoapySDR
|
||||
sdrbase
|
||||
)
|
||||
else (BUILD_DEBIAN)
|
||||
|
@ -56,7 +56,7 @@ add_library(outputsoapysdr SHARED
|
||||
if (BUILD_DEBIAN)
|
||||
target_link_libraries(outputsoapysdr
|
||||
${QT_LIBRARIES}
|
||||
soapysdr
|
||||
SoapySDR
|
||||
sdrbase
|
||||
sdrgui
|
||||
swagger
|
||||
|
@ -56,7 +56,7 @@ add_library(inputsoapysdr SHARED
|
||||
if (BUILD_DEBIAN)
|
||||
target_link_libraries(inputsoapysdr
|
||||
${QT_LIBRARIES}
|
||||
soapysdr
|
||||
SoapySDR
|
||||
sdrbase
|
||||
sdrgui
|
||||
swagger
|
||||
|
Loading…
Reference in New Issue
Block a user