diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-21 22:18:42 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-21 22:18:42 -0700 |
commit | d760edf9fb851d97c972a69690b26114dd998157 (patch) | |
tree | d2adb2089083ad1865637ec4f0635ebd6920bf27 /gr-vocoder/include/CMakeLists.txt | |
parent | b192751f34ecca720adf64c90660b9e965cfd40e (diff) |
vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linux
Diffstat (limited to 'gr-vocoder/include/CMakeLists.txt')
-rw-r--r-- | gr-vocoder/include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-vocoder/include/CMakeLists.txt b/gr-vocoder/include/CMakeLists.txt index 4e88d9af2c..5cbe938b02 100644 --- a/gr-vocoder/include/CMakeLists.txt +++ b/gr-vocoder/include/CMakeLists.txt @@ -21,6 +21,7 @@ # Install header files ######################################################################## INSTALL(FILES + gr_vocoder_api.h vocoder_alaw_decode_bs.h vocoder_alaw_encode_sb.h vocoder_codec2_decode_ps.h |