diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b56d3d..cfbea10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,8 @@ OPTION(ENABLE_BAD_BOOST "Enable known bad versions of Boost" ON) set(CMAKE_PROJECT_NAME gnuradio) #for submodule vars +set(GR_MOAR_LIBRARIES ${GRAS_LIBRARIES}) + add_subdirectory(gnuradio) ######################################################################## |