summaryrefslogtreecommitdiff
path: root/gr-noaa/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-04-02 22:51:55 -0400
committerTom Rondeau <trondeau@vt.edu>2012-04-02 22:51:55 -0400
commit350726ae56d46d2c7c1adf71b7049369a428d455 (patch)
tree81749fb01891f6eb7c536ceb95f67a3ef68d9019 /gr-noaa/CMakeLists.txt
parent54b761bfced5574377c1e1a0295fbe3720c104b8 (diff)
noaa: moving apps to examples.
Diffstat (limited to 'gr-noaa/CMakeLists.txt')
-rw-r--r--gr-noaa/CMakeLists.txt2
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)
########################################################################