We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b103b66 commit 6f8d7e1Copy full SHA for 6f8d7e1
CMakeLists.txt
@@ -9,6 +9,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -Wextra -Wpedantic -Wno-mi
9
10
find_package(Boost REQUIRED)
11
find_package(spdlog REQUIRED)
12
+find_package(SoapySDR REQUIRED)
13
find_package(Gnuradio COMPONENTS
14
blocks
15
fft
0 commit comments