Adding fftw include path from mkl

This commit is contained in:
Paul Sutton 2017-01-25 22:38:02 +00:00
parent 5615df0fee
commit 808fc2db08
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ add_custom_target (add_srslte_headers SOURCES ${HEADERS_ALL})
find_package(MKL)
if(MKL_FOUND)
include_directories(${MKL_INCLUDE_DIRS})
include_directories(${MKL_INCLUDE_DIRS}/fftw)
link_directories(${MKL_LIBRARY_DIRS})
else(MKL_FOUND)
find_package(FFTW3F REQUIRED)