mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-02 14:44:09 +00:00
Include VOLK_INCLUDE_DIRS
This commit is contained in:
parent
70ff04707e
commit
9601ee3607
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user