- added jay_add and jay_peak_detect

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@431 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-20 22:45:17 +00:00
parent 78e708783e
commit f928afec25
19 changed files with 627 additions and 59 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ list(APPEND jay_sources
bit_slicer_impl.cc
PocsagDecoder.cpp
pocsag_decoder_impl.cc
bit_packer_impl.cc )
bit_packer_impl.cc
add_impl.cc
peak_detect_impl.cc )
set(jay_sources "${jay_sources}" PARENT_SCOPE)
if(NOT jay_sources)