[hamradio-commits] [gnss-sdr] 05/44: Include VOLK_INCLUDE_DIRS

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sun Feb 15 15:32:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 9601ee36077c3186daba3c4586738ca52163c954
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Feb 1 20:54:10 2015 +0100

    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 718ca30..cc934bc 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 cff3635..b72c575 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")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list