diff options
author | Tom Rondeau | 2012-01-23 16:40:36 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-01-23 16:40:36 -0500 |
commit | 97f6e8152646c05b570671231d2bab428696aa89 (patch) | |
tree | b572d18f2309b4898dfd66e5d7195c5e10200add /gnuradio-core/src/lib/CMakeLists.txt | |
parent | 06f40e8dbef0b082e23703bc22775ec3458faf5b (diff) | |
download | gnuradio-97f6e8152646c05b570671231d2bab428696aa89.tar.gz gnuradio-97f6e8152646c05b570671231d2bab428696aa89.tar.bz2 gnuradio-97f6e8152646c05b570671231d2bab428696aa89.zip |
build: look for local volk headers instead of installed.
Diffstat (limited to 'gnuradio-core/src/lib/CMakeLists.txt')
-rw-r--r-- | gnuradio-core/src/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/CMakeLists.txt b/gnuradio-core/src/lib/CMakeLists.txt index b2b63e270..f9756feba 100644 --- a/gnuradio-core/src/lib/CMakeLists.txt +++ b/gnuradio-core/src/lib/CMakeLists.txt @@ -42,6 +42,7 @@ list(APPEND test_gnuradio_core_sources bug_work_around_6.cc) # Setup the include and linker paths ######################################################################## include_directories(${GNURADIO_CORE_INCLUDE_DIRS}) +include_directories(${VOLK_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS}) link_directories(${Boost_LIBRARY_DIRS}) |