From 91d382ca0c298f62225af4d9dd8d2f3d73cc578a Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 20 Sep 2020 00:33:38 +0200 Subject: [PATCH] Fixed issues with new module system 3 --- core/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 065841c..4ae3fa8 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -72,6 +72,9 @@ else() target_link_libraries(sdrpp_core PUBLIC dl) endif (MSVC) +target_link_libraries(sdrpp_core PUBLIC SoapySDR) +target_link_libraries(sdrpp_core PUBLIC volk) + set(CORE_FILES ${RUNTIME_OUTPUT_DIRECTORY} PARENT_SCOPE) # cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/Users/Alex/vcpkg/scripts/buildsystems/vcpkg.cmake" -G "Visual Studio 15 2017 Win64" \ No newline at end of file