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

Merge pull request #2146 from godsic/bugfix/soapy-cmake

Fix and refactor FindSoapySDR.cmake
This commit is contained in:
Edouard Griffiths
2024-06-02 02:25:53 +02:00
committed by GitHub
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
)