Skip to content

Commit

Permalink
commit before esprit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Wunsch committed Feb 9, 2014
1 parent 2af7b8b commit dd69d6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions grc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.

install(FILES
specest_reciprocal_ff.xml
specest_pad_vector.xml
specest_stream_to_vector_overlap.xml
specest_moving_average_vff.xml
specest_adaptiveweighting_vff.xml DESTINATION share/gnuradio/grc/blocks
specest_adaptiveweighting_vff.xml
DESTINATION share/gnuradio/grc/blocks
)
3 changes: 2 additions & 1 deletion include/specest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ install(FILES
pad_vector.h
stream_to_vector_overlap.h
moving_average_vff.h
adaptiveweighting_vff.h DESTINATION include/specest
adaptiveweighting_vff.h
DESTINATION include/specest
)
3 changes: 1 addition & 2 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ include(GrPlatform) #define LIB_SUFFIX

include_directories(${Boost_INCLUDE_DIR})
link_directories(${Boost_LIBRARY_DIRS})

list(APPEND specest_sources
reciprocal_ff_impl.cc
pad_vector_impl.cc
stream_to_vector_overlap_impl.cc
moving_average_vff_impl.cc
adaptiveweighting_vff_impl.cc
)
)

add_library(gnuradio-specest SHARED ${specest_sources})
target_link_libraries(gnuradio-specest ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES})
Expand Down
1 change: 1 addition & 0 deletions swig/specest_swig.i
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ GR_SWIG_BLOCK_MAGIC2(specest, stream_to_vector_overlap);
GR_SWIG_BLOCK_MAGIC2(specest, moving_average_vff);
%include "specest/adaptiveweighting_vff.h"
GR_SWIG_BLOCK_MAGIC2(specest, adaptiveweighting_vff);

0 comments on commit dd69d6e

Please sign in to comment.