From 720df5ce89ffea5a6eecf30d05a885b6186bcb42 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 22 Dec 2020 20:37:10 +0100 Subject: [PATCH] Fixed build issues 2 --- audio_sink/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio_sink/CMakeLists.txt b/audio_sink/CMakeLists.txt index 2846df6b..5f556869 100644 --- a/audio_sink/CMakeLists.txt +++ b/audio_sink/CMakeLists.txt @@ -23,7 +23,7 @@ else (MSVC) pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0) - target_include_directories(sdrpp_core ${PORTAUDIO_INCLUDE_DIRS}) + target_include_directories(sdrpp_core PUBLIC ${PORTAUDIO_INCLUDE_DIRS}) target_link_directories(sdrpp_core PUBLIC ${PORTAUDIO_LIBRARY_DIRS})