diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-30 13:30:01 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-30 13:30:01 -0400 |
commit | 11cd6d2dc3e6b3b40474a5a4495d814a7688fe0a (patch) | |
tree | 553a61570035a1a1af0bab7397f0f2053c240f3b /gr-analog/lib/CMakeLists.txt | |
parent | 440739593a0648f40ddaf4e6d4cd898495a9c856 (diff) |
analog: added PLL blocks to gr-analog with QA and GRC.
Diffstat (limited to 'gr-analog/lib/CMakeLists.txt')
-rw-r--r-- | gr-analog/lib/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-analog/lib/CMakeLists.txt b/gr-analog/lib/CMakeLists.txt index a151fbf76c..20a86621e8 100644 --- a/gr-analog/lib/CMakeLists.txt +++ b/gr-analog/lib/CMakeLists.txt @@ -117,6 +117,9 @@ list(APPEND analog_sources fmdet_cf_impl.cc frequency_modulator_fc_impl.cc phase_modulator_fc_impl.cc + pll_carriertracking_cc_impl.cc + pll_freqdet_cf_impl.cc + pll_refout_cc_impl.cc ) list(APPEND analog_libs |