diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-23 11:48:06 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-23 11:48:06 -0400 |
commit | 7b3ca29290f97388c3006959a91c24eea1116483 (patch) | |
tree | 892befbb3fe28be63df7a72cde760b556c5b06cb /gr-analog/lib/CMakeLists.txt | |
parent | 0723682d4f99a8dbe379a9aed0558650a977663e (diff) |
analog: added fmdet block 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 258d5d67c5..abceed3e1f 100644 --- a/gr-analog/lib/CMakeLists.txt +++ b/gr-analog/lib/CMakeLists.txt @@ -114,6 +114,7 @@ list(APPEND analog_sources ctcss_squelch_ff_impl.cc dpll_bb_impl.cc feedforward_agc_cc_impl.cc + fmdet_cf_impl.cc ) list(APPEND analog_libs |