xtensor-fftw
xtensor-fftw copied to clipboard
Modernize CMake configuration
Follow some good suggestions from https://youtu.be/bsXLMQ6WgIk.
- "Use
add_libraryfor installation of header only libraries", which xtensor-fftw is (xtensor itself as well). - Set
CXX_CLANG_TIDY=ONby default.