summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2adbf91..e5be56d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,6 +76,8 @@ set(GR_TEST_EXTRA_PYTHON_DIRS ${GRAS_PYTHON_DIRS}) #helps QA tests
set(GRAS_LIBRARIES gras) #for submodule linking
+set(CMAKE_PROJECT_NAME gnuradio) #for submodule vars
+
add_subdirectory(gnuradio)
########################################################################