Closed kwsp closed 4 months ago
This should be as simple as adding a install
CMake command for cmake/vulkan_shader_compiler.cmake
. I'd be happy to submit a PR but do you have any tips on which CMake file this should be added to? I'm a bit lost navigating all the install
CMake calls in all the CMake files.
Edit: I figured it out.
Currently I believe the CMake install target (
kompute::kompute
) and komputeConfig.cmake do not expose thevulkan_compile_shader
CMake function to the consumer.The 2 examples that use this CMake helper both use
add_subdirectory
(orFetchContent_MakeAvailable
, which internally usesadd_subdirectory
), which exposes thevulkan_compile_shader
function via intermediate include.