Skip to content

Commit

Permalink
No need to list includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xantares committed Sep 21, 2017
1 parent 106582a commit 76427f3
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,22 +241,8 @@ set (fftw_threads_SOURCE ${fftw_par_SOURCE} threads/threads.c)
set (fftw_omp_SOURCE ${fftw_par_SOURCE} threads/openmp.c)


include_directories(.
kernel
api
dft
dft/scalar
dft/scalar/codelets # really needed?
dft/simd
dft/simd/sse2
dft/simd/avx
rdft
rdft/scalar
rdft/simd
reodft
simd-support
libbench2
)
include_directories (.)


if (WITH_COMBINED_THREADS)
list (APPEND SOURCEFILES ${fftw_threads_SOURCE})
Expand Down

0 comments on commit 76427f3

Please sign in to comment.