1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-04 15:02:25 -04:00

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) if (BUILD_DEBIAN)
target_link_libraries(soapysdrdevice target_link_libraries(soapysdrdevice
soapysdr SoapySDR
sdrbase sdrbase
) )
else (BUILD_DEBIAN) else (BUILD_DEBIAN)

View File

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

View File

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