Skip to content

Commit 95cc649

Browse files
willcodemormj
authored andcommittedMay 4, 2021
soapy: add module gr-soapy
Signed-off-by: Jeff Long <[email protected]>
1 parent faf786d commit 95cc649

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6737
-0
lines changed
 

‎CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ add_subdirectory(gr-vocoder)
470470
add_subdirectory(gr-wavelet)
471471
add_subdirectory(gr-zeromq)
472472
add_subdirectory(gr-network)
473+
add_subdirectory(gr-soapy)
473474

474475
# Defining GR_CTRLPORT for gnuradio/config.h
475476
if(ENABLE_GR_CTRLPORT)

‎cmake/Modules/GnuradioConfig.cmake.in

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ set(GR_COMPONENTS
9292
wavelet
9393
zeromq
9494
network
95+
soapy
9596
)
9697

9798
foreach(target ${GR_COMPONENTS})

0 commit comments

Comments
 (0)
Please sign in to comment.