summaryrefslogtreecommitdiff
path: root/gr-analog/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau2012-10-22 20:33:05 -0400
committerTom Rondeau2012-10-22 20:33:05 -0400
commit502eeffa9f5ebeec092be1954efeab4992ef9796 (patch)
tree8177ff773cfba978ef3cf81851780cb75e9704b5 /gr-analog/lib/CMakeLists.txt
parentf5bc994d85d020958d91111e82acf40262058686 (diff)
downloadgnuradio-502eeffa9f5ebeec092be1954efeab4992ef9796.tar.gz
gnuradio-502eeffa9f5ebeec092be1954efeab4992ef9796.tar.bz2
gnuradio-502eeffa9f5ebeec092be1954efeab4992ef9796.zip
analog: adding dpll_bb to gr-analog.
Diffstat (limited to 'gr-analog/lib/CMakeLists.txt')
-rw-r--r--gr-analog/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-analog/lib/CMakeLists.txt b/gr-analog/lib/CMakeLists.txt
index f7281477e..258d5d67c 100644
--- a/gr-analog/lib/CMakeLists.txt
+++ b/gr-analog/lib/CMakeLists.txt
@@ -112,6 +112,7 @@ list(APPEND analog_sources
agc2_ff_impl.cc
cpfsk_bc_impl.cc
ctcss_squelch_ff_impl.cc
+ dpll_bb_impl.cc
feedforward_agc_cc_impl.cc
)