1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

SoapySDR support: Debian: added internal soapysdr library

This commit is contained in:
f4exb
2018-11-23 01:06:56 +01:00
parent 8a6ee37ccb
commit ca36f757e1
6 changed files with 36 additions and 8 deletions
@@ -28,8 +28,8 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices
${SOAPYSDRSRC}/include
${SOAPYSDRSRC}/src
${LIBSOAPYSDRSRC}/include
${LIBSOAPYSDRSRC}/src
)
else (BUILD_DEBIAN)
include_directories(
@@ -56,7 +56,7 @@ add_library(inputsoapysdr SHARED
if (BUILD_DEBIAN)
target_link_libraries(inputsoapysdr
${QT_LIBRARIES}
bladerf
soapysdr
sdrbase
sdrgui
swagger