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 7d7b1ba commit 35e592eCopy full SHA for 35e592e
ggml/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