SoapySDR support: new attempt for Debian build (3)

This commit is contained in:
f4exb 2018-12-01 10:12:15 +00:00
parent d225bf9378
commit fe0f506f50
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ add_library(soapysdrdevice SHARED
if (BUILD_DEBIAN)
target_link_libraries(soapysdrdevice
soapysdr
SoapySDR
sdrbase
)
else (BUILD_DEBIAN)

View File

@ -56,7 +56,7 @@ add_library(outputsoapysdr SHARED
if (BUILD_DEBIAN)
target_link_libraries(outputsoapysdr
${QT_LIBRARIES}
soapysdr
SoapySDR
sdrbase
sdrgui
swagger

View File

@ -56,7 +56,7 @@ add_library(inputsoapysdr SHARED
if (BUILD_DEBIAN)
target_link_libraries(inputsoapysdr
${QT_LIBRARIES}
soapysdr
SoapySDR
sdrbase
sdrgui
swagger