VkFFT
VkFFT copied to clipboard
cmake installation does not copy header files
When compiling with cmake, eg cmake -DCMAKE_INSTALL_PREFIX=${HOME}/vkfft .. && make && make install, the file vkFFT.h file isn't copied to the installation directory; they should be in ~/vkfft/include. Other header files may be missing as well.
I have added a basic install configuration, it copies the header file and the benchmark binaries to the respective places. To use the header, VKFFT_BACKEND (and VK_API_VERSION for Vulkan / VKFFT_OLD_ROCM for ROCm < 4.5) still has to be specified in the user's project.