summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum2013-02-22 19:24:45 -0800
committerJosh Blum2013-02-22 19:24:45 -0800
commitb59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f (patch)
tree026f4891ec27af095fa0e0d2cae493544544852a /CMakeLists.txt
parent875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5 (diff)
downloadsandhi-b59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f.tar.gz
sandhi-b59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f.tar.bz2
sandhi-b59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f.zip
gras: update submodules from osx fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)
########################################################################