We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770370c commit 66c72fdCopy full SHA for 66c72fd
src/ggml-vulkan/vulkan-shaders/CMakeLists.txt
@@ -1,3 +1,6 @@
1
+cmake_minimum_required(VERSION 3.19)
2
+project("vulkan-shaders-gen" C CXX)
3
+
4
find_package (Threads REQUIRED)
5
6
if (GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
0 commit comments