Skip to content

Commit 3717cf9

Browse files
jeffbolznvtimwu
authored andcommitted
vulkan: set cmake minimum and project name in vulkan-shaders (ggml-org#12744)
1 parent 89b9393 commit 3717cf9

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)