aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc L <marcll@vt.edu>2019-07-15 15:46:27 -0400
committerMarcus Müller <marcus@hostalia.de>2019-07-17 21:39:18 +0200
commita3db203065f8ea2812cb4a560dcb8b91cdfdff14 (patch)
treecd30d210d1d777371f7b8830ade1459c59efd557 /CMakeLists.txt
parentmodtool: remove quotes for python hier block template (diff)
downloadgnuradio-a3db203065f8ea2812cb4a560dcb8b91cdfdff14.tar.xz
gnuradio-a3db203065f8ea2812cb4a560dcb8b91cdfdff14.zip
grc: added url to wiki page for each block in docs tab
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5af9afd5f..21b924620 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,6 +68,9 @@ set(MSVC_MIN_VERSION "1800")
# Enable generation of compile_commands.json for code completion engines
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
+# Set wiki block docs url prefix used in grc-docs.conf (block name gets appended to end of this string)
+set(GRC_DOCS_URL_PREFIX "https://wiki.gnuradio.org/index.php/")
+
########################################################################
# Configure CMake policies
########################################################################