diff --git a/plugins/channelrx/demoddsd/CMakeLists.txt b/plugins/channelrx/demoddsd/CMakeLists.txt index 5932da235..98b1fc49c 100644 --- a/plugins/channelrx/demoddsd/CMakeLists.txt +++ b/plugins/channelrx/demoddsd/CMakeLists.txt @@ -32,7 +32,7 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBDSDCCSRC} + ${LIBDSDCCSRC}/.. ${LIBMBELIBSRC} ) else (BUILD_DEBIAN) diff --git a/plugins/channelrx/remotesink/CMakeLists.txt b/plugins/channelrx/remotesink/CMakeLists.txt index 78464a0e7..0a16583fc 100644 --- a/plugins/channelrx/remotesink/CMakeLists.txt +++ b/plugins/channelrx/remotesink/CMakeLists.txt @@ -49,7 +49,7 @@ target_include_directories(remotesink PUBLIC . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBCM256CCSRC} + ${LIBCM256CCSRC}/.. ) else (BUILD_DEBIAN) target_include_directories(remotesink PUBLIC diff --git a/plugins/channeltx/remotesource/CMakeLists.txt b/plugins/channeltx/remotesource/CMakeLists.txt index 5a5df9193..df49d8189 100644 --- a/plugins/channeltx/remotesource/CMakeLists.txt +++ b/plugins/channeltx/remotesource/CMakeLists.txt @@ -49,7 +49,7 @@ target_include_directories(remotesource PUBLIC . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBCM256CCSRC} + ${LIBCM256CCSRC}/.. ) else (BUILD_DEBIAN) target_include_directories(remotesource PUBLIC diff --git a/plugins/samplesink/remoteoutput/CMakeLists.txt b/plugins/samplesink/remoteoutput/CMakeLists.txt index a27b7bc4e..ff8b4039a 100644 --- a/plugins/samplesink/remoteoutput/CMakeLists.txt +++ b/plugins/samplesink/remoteoutput/CMakeLists.txt @@ -40,7 +40,7 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBCM256CCSRC} + ${LIBCM256CCSRC}/.. ) else (BUILD_DEBIAN) include_directories( diff --git a/plugins/samplesource/remoteinput/CMakeLists.txt b/plugins/samplesource/remoteinput/CMakeLists.txt index 3010c931c..53ed1b7b3 100644 --- a/plugins/samplesource/remoteinput/CMakeLists.txt +++ b/plugins/samplesource/remoteinput/CMakeLists.txt @@ -51,7 +51,7 @@ target_include_directories(inputremote PUBLIC . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBCM256CCSRC} + ${LIBCM256CCSRC}/.. ) else (BUILD_DEBIAN) target_include_directories(inputremote PUBLIC diff --git a/pluginssrv/channelrx/demoddsd/CMakeLists.txt b/pluginssrv/channelrx/demoddsd/CMakeLists.txt index c0a5d2571..4877e2b36 100644 --- a/pluginssrv/channelrx/demoddsd/CMakeLists.txt +++ b/pluginssrv/channelrx/demoddsd/CMakeLists.txt @@ -24,7 +24,7 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBDSDCCSRC} + ${LIBDSDCCSRC}/.. ${LIBMBELIBSRC} ) else (BUILD_DEBIAN) diff --git a/pluginssrv/samplesink/remoteoutput/CMakeLists.txt b/pluginssrv/samplesink/remoteoutput/CMakeLists.txt index 6db3e06cf..e438565bc 100644 --- a/pluginssrv/samplesink/remoteoutput/CMakeLists.txt +++ b/pluginssrv/samplesink/remoteoutput/CMakeLists.txt @@ -35,7 +35,7 @@ include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBCM256CCSRC} + ${LIBCM256CCSRC}/.. ) else (BUILD_DEBIAN) include_directories( diff --git a/pluginssrv/samplesource/remoteinput/CMakeLists.txt b/pluginssrv/samplesource/remoteinput/CMakeLists.txt index 906e71668..39333c05b 100644 --- a/pluginssrv/samplesource/remoteinput/CMakeLists.txt +++ b/pluginssrv/samplesource/remoteinput/CMakeLists.txt @@ -43,7 +43,7 @@ target_include_directories(inputremotesrv PUBLIC . ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client - ${LIBCM256CCSRC} + ${LIBCM256CCSRC}/.. ) else (BUILD_DEBIAN) target_include_directories(inputremotesrv PUBLIC