1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix and refactor FindSoapySDR.cmake

This commit is contained in:
Mykola Dvornik
2024-06-01 19:25:42 +02:00
parent 03bb11b869
commit 4252592045
6 changed files with 30 additions and 29 deletions
@@ -19,7 +19,7 @@ set(soapysdrinput_HEADERS
include_directories(
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices
${SOAPYSDR_INCLUDE_DIR}
${SOAPYSDR_INCLUDE_DIRS}
)
if(NOT SERVER_MODE)
@@ -55,7 +55,7 @@ target_link_libraries(${TARGET_NAME}
sdrbase
${TARGET_LIB_GUI}
swagger
${SOAPYSDR_LIBRARY}
${SOAPYSDR_LINK_LIBRARIES}
soapysdrdevice
)