summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
m---------PMC0
m---------gnuradio0
m---------grextras0
-rw-r--r--lib/gras.pc.in2
5 files changed, 5 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d87d214..462170b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ add_subdirectory(tests)
########################################################################
# setup helpful submodule vars
########################################################################
-list(APPEND GRAS_LIBRARIES gras) #for submodule linking
+list(APPEND GRAS_LIBRARIES gras pmc) #for submodule linking
#append gras deps for test code:
list(APPEND GR_TEST_TARGET_DEPS ${GRAS_LIBRARIES})
@@ -130,6 +130,9 @@ set(CMAKE_BINARY_DIR ${GRAS_BINARY_DIR}/grextras)
set(GRAS_FOUND TRUE)
#GRAS_INCLUDE_DIRS, GRAS_LIBRARIES set above
+set(PMC_FOUND TRUE)
+set(PMC_LIBRARIES pmc)
+
set(VOLK_FOUND ${ENABLE_VOLK})
set(VOLK_INCLUDE_DIRS
${GRAS_SOURCE_DIR}/gnuradio/volk/include
diff --git a/PMC b/PMC
-Subproject 06875d830297b4a6c0e7088518decc8253e4c70
+Subproject 125e6f0dec22a43743230b0f2d9216505d2b7f2
diff --git a/gnuradio b/gnuradio
-Subproject 1c420915b1733d9a248fac45fc5eb58f5e6051c
+Subproject 6c619cf23423d771289a34dbe8aa8937a42fca8
diff --git a/grextras b/grextras
-Subproject 3096bffcfdc4937054bb8597980bd764e31cc58
+Subproject 42c00a6404c4a42cd3623e8bfdfa8503eca0b2c
diff --git a/lib/gras.pc.in b/lib/gras.pc.in
index 49fd99f..584e9b1 100644
--- a/lib/gras.pc.in
+++ b/lib/gras.pc.in
@@ -7,7 +7,7 @@ Name: GRAS
Description: GNU Radio Advanced Scheduler
URL: https://github.com/guruofquality/gras/wiki
Version: @GRAS_VERSION@
-Requires:
+Requires: pmc
Requires.private:
Conflicts:
Cflags: -I${includedir}