summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/examples/CMakeLists.txt')
-rw-r--r--gnuradio-core/src/examples/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnuradio-core/src/examples/CMakeLists.txt b/gnuradio-core/src/examples/CMakeLists.txt
index fc06c2347..7e27b123e 100644
--- a/gnuradio-core/src/examples/CMakeLists.txt
+++ b/gnuradio-core/src/examples/CMakeLists.txt
@@ -20,4 +20,9 @@
add_subdirectory(mp-sched)
add_subdirectory(network)
add_subdirectory(tags)
-add_subdirectory(volk_benchmark) \ No newline at end of file
+add_subdirectory(volk_benchmark)
+
+if(ENABLE_GR_CTRLPORT)
+add_subdirectory(ctrlport)
+endif(ENABLE_GR_CTRLPORT)
+ \ No newline at end of file