diff options
author | Josh Blum | 2013-02-22 19:24:45 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-22 19:24:45 -0800 |
commit | b59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f (patch) | |
tree | 026f4891ec27af095fa0e0d2cae493544544852a /CMakeLists.txt | |
parent | 875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5 (diff) | |
download | sandhi-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.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) ######################################################################## |