diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-07 20:03:25 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-07 20:03:25 -0400 |
commit | aaa98c095a85724a8782a28717162c1d30d865c2 (patch) | |
tree | 14bcfe0dd65c42764966dad44995cc797572a4ce /gruel | |
parent | fdb41fe3399c2282b31297e65f7a020bf844282d (diff) |
gruel and howto: install gruel .i files in gruel dest. Howto will use that dir during build.maint-3.5.2
howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
Diffstat (limited to 'gruel')
-rw-r--r-- | gruel/src/swig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gruel/src/swig/CMakeLists.txt b/gruel/src/swig/CMakeLists.txt index 7d69ee549f..8b4defc20b 100644 --- a/gruel/src/swig/CMakeLists.txt +++ b/gruel/src/swig/CMakeLists.txt @@ -40,6 +40,6 @@ GR_SWIG_INSTALL( install( FILES gr_intrusive_ptr.i pmt_swig.i ${CMAKE_CURRENT_BINARY_DIR}/pmt_swig_doc.i - DESTINATION ${GR_INCLUDE_DIR}/gnuradio/swig + DESTINATION ${GR_INCLUDE_DIR}/gruel/swig COMPONENT "gruel_swig" ) |