Skip to content

Example project on how to integrate FFTW3 into a CMake project

License

Notifications You must be signed in to change notification settings

StMartin81/fftw3-cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example project on how to include the FFTW library into a CMake project.

Build build the project with:

$ cd <path to build dir>
$ cmake -DBUILD_TESTS=OFF -DENABLE_THREADS=ON -DENABLE_OPENMP=ON -DENABLE_SSE=ON -DENABLE_SSE2=ON -DENABLE_AVX=ON -DENABLE_AVX2=ON -DBUILD_SHARED_LIBS=OFF <path to source dir>

About

Example project on how to integrate FFTW3 into a CMake project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published