diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-30 11:23:38 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-30 11:36:28 -0400 |
commit | 0c47c920908bb8e1b42c8e2cc77346ccc9d28693 (patch) | |
tree | 7372be9f2b12441cd4ff74401d80a2f6205ffcb0 /gr-analog/lib/CMakeLists.txt | |
parent | d5306ee4f6f76fd85f84b5f023917179f780d26a (diff) |
analog: adding phase_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 cad0d7b914..a151fbf76c 100644 --- a/gr-analog/lib/CMakeLists.txt +++ b/gr-analog/lib/CMakeLists.txt @@ -116,6 +116,7 @@ list(APPEND analog_sources feedforward_agc_cc_impl.cc fmdet_cf_impl.cc frequency_modulator_fc_impl.cc + phase_modulator_fc_impl.cc ) list(APPEND analog_libs |