mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-08 16:19:05 +00:00
vulkan: set cmake minimum and project name in vulkan-shaders (#12744)
This commit is contained in:
parent
7d7b1bafa7
commit
35e592eb30
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue