kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

Restructure project layout for better subproject integration.

Open Febbe opened this issue 4 years ago • 0 comments

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>

Febbe avatar Oct 18 '21 14:10 Febbe