From 9601ee36077c3186daba3c4586738ca52163c954 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 1 Feb 2015 20:54:10 +0100 Subject: [PATCH] Include VOLK_INCLUDE_DIRS --- src/algorithms/data_type_adapter/adapters/CMakeLists.txt | 1 + src/algorithms/data_type_adapter/gnuradio_blocks/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/algorithms/data_type_adapter/adapters/CMakeLists.txt b/src/algorithms/data_type_adapter/adapters/CMakeLists.txt index 718ca30c9..cc934bc2b 100644 --- a/src/algorithms/data_type_adapter/adapters/CMakeLists.txt +++ b/src/algorithms/data_type_adapter/adapters/CMakeLists.txt @@ -31,6 +31,7 @@ include_directories( ${GLOG_INCLUDE_DIRS} ${GFlags_INCLUDE_DIRS} ${GNURADIO_RUNTIME_INCLUDE_DIRS} + ${VOLK_INCLUDE_DIRS} ) file(GLOB DATATYPE_ADAPTER_HEADERS "*.h") diff --git a/src/algorithms/data_type_adapter/gnuradio_blocks/CMakeLists.txt b/src/algorithms/data_type_adapter/gnuradio_blocks/CMakeLists.txt index cff3635b3..b72c575c1 100644 --- a/src/algorithms/data_type_adapter/gnuradio_blocks/CMakeLists.txt +++ b/src/algorithms/data_type_adapter/gnuradio_blocks/CMakeLists.txt @@ -24,6 +24,7 @@ set(DATA_TYPE_GR_BLOCKS_SOURCES include_directories( $(CMAKE_CURRENT_SOURCE_DIR) ${GNURADIO_RUNTIME_INCLUDE_DIRS} + ${VOLK_INCLUDE_DIRS} ) file(GLOB DATA_TYPE_GR_BLOCKS_HEADERS "*.h")