clMathLibraries / clFFT

a software library containing FFT functions written in OpenCL
Apache License 2.0
620 stars 192 forks source link

Added INTERFACE_INCLUDE_DIRECTORIES #215

Closed MathiasMagnus closed 6 years ago

MathiasMagnus commented 6 years ago

I wanted to ease depending on the library, so I added proper interface include directory declaration. Now, downstream need not use ${CLFFT_INCLUDE_DIRS}, just simply link against clFFT.

bragadeesh commented 6 years ago

thanks @MathiasMagnus