- added frequency tuner

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@542 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-06-18 17:27:48 +00:00
parent 44500ebb43
commit 0e77f58c05
5 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ list(APPEND jay_sources
add_impl.cc
peak_detect_impl.cc
message_debug_impl.cc
squelch_impl.cc )
squelch_impl.cc
frequency_tuner_impl.cc )
set(jay_sources "${jay_sources}" PARENT_SCOPE)
if(NOT jay_sources)