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