vulkan: set cmake minimum and project name in vulkan-shaders (llama/12744)

This commit is contained in:
Jeff Bolz 2025-04-04 00:53:20 -05:00 committed by Georgi Gerganov
parent 2f0612cb1c
commit 785437c253

View File

@ -1,3 +1,6 @@
cmake_minimum_required(VERSION 3.19)
project("vulkan-shaders-gen" C CXX)
find_package (Threads REQUIRED)
if (GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)