diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 09:30:23 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 09:30:23 -0500 |
commit | 0970c7eaa165c6dc7d70be55dbf3d272b88fc109 (patch) | |
tree | b8f09685720baac3d5d1ab89fed0e9bc13ed9c18 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 27a222ad8dcd245e7b9b4ff51141bdf3d8675a3c (diff) | |
parent | 4389b769891283face9aa397bd4d736f478e97e4 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 24451903d0..6609ede243 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -100,7 +100,12 @@ install(FILES ${generated_includes} api.h count_bits.h + fxpt.h + fxpt_nco.h + fxpt_vco.h log2_const.h + nco.h + vco.h add_ff.h bin_statistics_f.h burst_tagger.h @@ -167,6 +172,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 |