1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 16:03:42 -04:00

cmake: fix *_DIR usage on FindLib and re-import SoapySDR module

This commit is contained in:
Davide Gerhard
2019-05-22 11:36:16 +02:00
parent e29500fc6d
commit a4c8a9978a
8 changed files with 72 additions and 27 deletions
@@ -17,7 +17,7 @@ set(soapysdrinput_HEADERS
include_directories(
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices
${SoapySDR_INCLUDE_DIRS}
${SOAPYSDR_INCLUDE_DIR}
)
if(NOT SERVER_MODE)
@@ -53,7 +53,7 @@ target_link_libraries(${TARGET_NAME}
sdrbase
${TARGET_LIB_GUI}
swagger
${SOAPYSDR_LIBRARIES}
${SOAPYSDR_LIBRARY}
soapysdrdevice
)