diff options
author | Johnathan Corgan | 2012-03-01 17:02:07 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-03-01 17:02:07 -0800 |
commit | 875f5185a7feecbb1d4a3426a443bd873b0abd4b (patch) | |
tree | 92ab827d8b1d0b822c03eb480e29d0f47c9dd100 /volk/apps/CMakeLists.txt | |
parent | bc5494fc83721b22b5c6a94e1300e112d6269313 (diff) | |
parent | 0a6f1494b8e462c13c8c48c69680832967ebec72 (diff) | |
download | gnuradio-875f5185a7feecbb1d4a3426a443bd873b0abd4b.tar.gz gnuradio-875f5185a7feecbb1d4a3426a443bd873b0abd4b.tar.bz2 gnuradio-875f5185a7feecbb1d4a3426a443bd873b0abd4b.zip |
Merge branch 'master' into next
Conflicts:
config/grc_volk.m4
gnuradio-core/src/guile/tests/gengen_ctors.test
gnuradio-core/src/lib/Makefile.am
gnuradio-core/src/lib/general/.gitignore
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/gengen/.gitignore
gnuradio-core/src/python/gnuradio/gr/Makefile.am
volk/include/volk/Makefile.am
Diffstat (limited to 'volk/apps/CMakeLists.txt')
-rw-r--r-- | volk/apps/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/volk/apps/CMakeLists.txt b/volk/apps/CMakeLists.txt index f27bdc126..14291e5e3 100644 --- a/volk/apps/CMakeLists.txt +++ b/volk/apps/CMakeLists.txt @@ -42,4 +42,11 @@ add_executable(volk_profile target_link_libraries(volk_profile volk ${Boost_LIBRARIES}) +install( + PROGRAMS + ${CMAKE_BINARY_DIR}/apps/volk_profile + DESTINATION ${GR_RUNTIME_DIR} + COMPONENT "volk" +) + endif(Boost_FOUND AND UNIX) |