VkFFT icon indicating copy to clipboard operation
VkFFT copied to clipboard

cmake installation does not copy header files

Open malcolmroberts opened this issue 3 years ago • 1 comments

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.

malcolmroberts avatar Nov 24 '21 17:11 malcolmroberts

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.

DTolm avatar Nov 26 '21 10:11 DTolm