Add missing include directories for cpu-reference and cpu-optimized libraries
On systems where the FFT library is not in the CPATH
, a compilation error occurs because e.g. fftw3.h
can not be found (and similar for building with MKL). Adding two target_include_directories
statements fixes this.