Skip to content

Commit b52bb4d

Browse files
committed
Set project name for vulkan-shaders-gen
1 parent ce6e549 commit b52bb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
find_package (Threads REQUIRED)
2-
1+
project(vulkan-shaders-gen)
2+
find_package(Threads REQUIRED)
33
set(TARGET vulkan-shaders-gen)
44
add_executable(${TARGET} vulkan-shaders-gen.cpp)
55
install(TARGETS ${TARGET} RUNTIME)

0 commit comments

Comments
 (0)