diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-11-28 09:39:48 -0800 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-11-28 13:30:09 -0800 |
commit | cdf8cb7fd8f8e835a23b7f9e6b62014f86bcf24a (patch) | |
tree | fe9b9119600dd6c118580527f051f67ec558a6eb /gr-utils/src/python/CMakeLists.txt | |
parent | 61b99449eeaaebe5ccc10758549add9c9e23f710 (diff) |
utils: adding GRCC - a GNU Radio Companion command-line compiler tool.
Diffstat (limited to 'gr-utils/src/python/CMakeLists.txt')
-rw-r--r-- | gr-utils/src/python/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-utils/src/python/CMakeLists.txt b/gr-utils/src/python/CMakeLists.txt index 90caeb2343..e5d99d8b64 100644 --- a/gr-utils/src/python/CMakeLists.txt +++ b/gr-utils/src/python/CMakeLists.txt @@ -50,6 +50,7 @@ GR_PYTHON_INSTALL( gr_plot_short gr_plot_qt gr_filter_design + grcc DESTINATION ${GR_RUNTIME_DIR} COMPONENT "utils" ) |