summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau2012-12-13 14:26:00 -0500
committerTom Rondeau2012-12-13 14:26:00 -0500
commit972bf4aea9f64da2e8b9b3cbc443190a44f55f19 (patch)
tree1b7e50ce04aa96e35a5149822201e7d1d2765ffc /gnuradio-core/src/examples/CMakeLists.txt
parent5e39e6c17b6af181f4cd9110e3a17a2d287318d1 (diff)
downloadgnuradio-972bf4aea9f64da2e8b9b3cbc443190a44f55f19.tar.gz
gnuradio-972bf4aea9f64da2e8b9b3cbc443190a44f55f19.tar.bz2
gnuradio-972bf4aea9f64da2e8b9b3cbc443190a44f55f19.zip
core: added examples to use metadata source and sink.
Diffstat (limited to 'gnuradio-core/src/examples/CMakeLists.txt')
-rw-r--r--gnuradio-core/src/examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/examples/CMakeLists.txt b/gnuradio-core/src/examples/CMakeLists.txt
index 01d9eb83e..36333425c 100644
--- a/gnuradio-core/src/examples/CMakeLists.txt
+++ b/gnuradio-core/src/examples/CMakeLists.txt
@@ -17,6 +17,7 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
+add_subdirectory(metadata)
add_subdirectory(mp-sched)
add_subdirectory(msg_passing)
add_subdirectory(network)