diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-02 22:51:55 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-02 22:51:55 -0400 |
commit | 350726ae56d46d2c7c1adf71b7049369a428d455 (patch) | |
tree | 81749fb01891f6eb7c536ceb95f67a3ef68d9019 /gr-noaa/CMakeLists.txt | |
parent | 54b761bfced5574377c1e1a0295fbe3720c104b8 (diff) |
noaa: moving apps to examples.
Diffstat (limited to 'gr-noaa/CMakeLists.txt')
-rw-r--r-- | gr-noaa/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-noaa/CMakeLists.txt b/gr-noaa/CMakeLists.txt index a3a5d56db4..eeec1cc8c9 100644 --- a/gr-noaa/CMakeLists.txt +++ b/gr-noaa/CMakeLists.txt @@ -81,7 +81,7 @@ add_subdirectory(lib) if(ENABLE_PYTHON) add_subdirectory(swig) add_subdirectory(grc) - add_subdirectory(apps) + add_subdirectory(examples) endif(ENABLE_PYTHON) ######################################################################## |