Skip to content

Commit 35e592e

Browse files
authored
vulkan: set cmake minimum and project name in vulkan-shaders (#12744)
1 parent 7d7b1ba commit 35e592e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
cmake_minimum_required(VERSION 3.19)
2+
project("vulkan-shaders-gen" C CXX)
3+
14
find_package (Threads REQUIRED)
25

36
if (GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)

0 commit comments

Comments
 (0)