mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
Other
1.39k stars 278 forks source link

Restructure project layout for better subproject integration. #71

Open Febbe opened 2 years ago

Febbe commented 2 years ago

To use kissfft as cmake subproject, all headers should be moved into either

<base>/include/kissfft or <base>/kissfft

This has the benefit, that all headers has to be included in the namespace of kissfft, eg:

#include <kissfft/kissfft.hh>