mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-17 05:25:09 -04:00
vulkan: set cmake minimum and project name in vulkan-shaders (#12744)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
project("vulkan-shaders-gen" C CXX)
|
||||||
|
|
||||||
find_package (Threads REQUIRED)
|
find_package (Threads REQUIRED)
|
||||||
|
|
||||||
if (GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
|
if (GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
|
||||||
|
Reference in New Issue
Block a user