diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-25 21:44:36 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-25 21:44:36 -0400 |
commit | 8c9a5fdb19046c3cb8d25d6b77dbac87d49d8391 (patch) | |
tree | 2116f117efc4bd074d05faac306263f1a75574c8 /gr-analog/lib/CMakeLists.txt | |
parent | 7b3ca29290f97388c3006959a91c24eea1116483 (diff) |
analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.
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 abceed3e1f..9faeaba804 100644 --- a/gr-analog/lib/CMakeLists.txt +++ b/gr-analog/lib/CMakeLists.txt @@ -115,6 +115,7 @@ list(APPEND analog_sources dpll_bb_impl.cc feedforward_agc_cc_impl.cc fmdet_cf_impl.cc + frequency_modulator_fc_impl.cc ) list(APPEND analog_libs |