diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 08:57:46 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 09:23:44 -0500 |
commit | 4389b769891283face9aa397bd4d736f478e97e4 (patch) | |
tree | 255aaaabba7075dfe2595170682ef2596fd93367 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 42f8854f6d13de7e3f142f3f80233066a032d627 (diff) |
blocks: moving vco/nco bases to gr-blocks.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 91d1ee4289..8ffbdf0b19 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -104,6 +104,8 @@ install(FILES fxpt_nco.h fxpt_vco.h log2_const.h + nco.h + vco.h add_ff.h bin_statistics_f.h burst_tagger.h @@ -169,6 +171,7 @@ install(FILES tuntap_pdu.h uchar_to_float.h unpack_k_bits_bb.h + vco_f.h vector_to_stream.h vector_to_streams.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/blocks |