diff options
author | manojgudi | 2014-02-25 15:11:19 +0530 |
---|---|---|
committer | manojgudi | 2014-02-25 15:11:19 +0530 |
commit | 35c6d61af28f2eddfc13c414c01a307e1adeac2f (patch) | |
tree | db4b7d15a3a6f6ef0fd608e5528f025dcb382fdd /CMakeLists.txt | |
parent | 3faaaedee3a65f211cb0949201ad69e269d590e4 (diff) | |
download | gnuradio-35c6d61af28f2eddfc13c414c01a307e1adeac2f.tar.gz gnuradio-35c6d61af28f2eddfc13c414c01a307e1adeac2f.tar.bz2 gnuradio-35c6d61af28f2eddfc13c414c01a307e1adeac2f.zip |
Trivial Cmake change
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ef2ae40cf..419158f3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -265,6 +265,7 @@ add_subdirectory(gr-scigen) add_subdirectory(gr-controls) add_subdirectory(gr-sbhs) add_subdirectory(gr-serial) +add_subdirectory(gr-input) #finalize cpack after subdirs processed include(GrPackage) |