diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-22 19:57:58 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-22 19:57:58 -0400 |
commit | f5bc994d85d020958d91111e82acf40262058686 (patch) | |
tree | 506be3c777a5120250f195f930b7fb9d499f7ed9 /gr-analog/lib/CMakeLists.txt | |
parent | bce7518ae10c2514ae6d7c6edef3166c45c80782 (diff) |
analog: added cpfsk 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 468957d986..f7281477e3 100644 --- a/gr-analog/lib/CMakeLists.txt +++ b/gr-analog/lib/CMakeLists.txt @@ -110,6 +110,7 @@ list(APPEND analog_sources agc_ff_impl.cc agc2_cc_impl.cc agc2_ff_impl.cc + cpfsk_bc_impl.cc ctcss_squelch_ff_impl.cc feedforward_agc_cc_impl.cc ) |