diff options
-rw-r--r-- | CMakeLists.txt | 6 | ||||
m--------- | gnuradio | 0 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5674e5e..967aff2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,10 +73,12 @@ add_subdirectory(tests) set(CMAKE_SOURCE_DIR ${GRAS_SOURCE_DIR}/gnuradio) set(CMAKE_BINARY_DIR ${GRAS_BINARY_DIR}/gnuradio) -set(GR_TEST_EXTRA_PYTHON_DIRS ${GRAS_PYTHON_DIRS}) #helps QA tests - set(GRAS_LIBRARIES gras) #for submodule linking +#append gras deps for test code: +list(APPEND GR_TEST_TARGET_DEPS ${GRAS_LIBRARIES}) +list(APPEND GR_TEST_PYTHON_DIRS ${GRAS_PYTHON_DIRS}) + set(CMAKE_PROJECT_NAME gnuradio) #for submodule vars add_subdirectory(gnuradio) diff --git a/gnuradio b/gnuradio -Subproject d0b8fdd18e008d921575f41c82aac95e0cc4053 +Subproject 2663f5e814fd90a11f1e235f68534f526d27d51 |