diff options
author | Tom Rondeau | 2012-10-22 20:33:05 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-10-22 20:33:05 -0400 |
commit | 502eeffa9f5ebeec092be1954efeab4992ef9796 (patch) | |
tree | 8177ff773cfba978ef3cf81851780cb75e9704b5 /gr-analog/lib/CMakeLists.txt | |
parent | f5bc994d85d020958d91111e82acf40262058686 (diff) | |
download | gnuradio-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.txt | 1 |
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 ) |