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/include/analog/CMakeLists.txt | |
parent | d5306ee4f6f76fd85f84b5f023917179f780d26a (diff) |
analog: adding phase_modulator_fc to gr-analog with QA and GRC.
Diffstat (limited to 'gr-analog/include/analog/CMakeLists.txt')
-rw-r--r-- | gr-analog/include/analog/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-analog/include/analog/CMakeLists.txt b/gr-analog/include/analog/CMakeLists.txt index 76a11a3acf..fded7501ac 100644 --- a/gr-analog/include/analog/CMakeLists.txt +++ b/gr-analog/include/analog/CMakeLists.txt @@ -90,6 +90,7 @@ install(FILES feedforward_agc_cc.h fmdet_cf.h frequency_modulator_fc.h + phase_modulator_fc.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/analog COMPONENT "analog_devel" ) |