Skip to content

Commit 0919a0f

Browse files
authored
cmake : install ggml-meta.metal if LLAMA_METAL (#2449)
1 parent ed53db8 commit 0919a0f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

+10
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,16 @@ install(
569569
WORLD_READ
570570
WORLD_EXECUTE
571571
DESTINATION ${CMAKE_INSTALL_BINDIR})
572+
if (LLAMA_METAL)
573+
install(
574+
FILES ggml-metal.metal
575+
PERMISSIONS
576+
OWNER_READ
577+
OWNER_WRITE
578+
GROUP_READ
579+
WORLD_READ
580+
DESTINATION ${CMAKE_INSTALL_BINDIR})
581+
endif()
572582

573583
#
574584
# programs, examples and tests

0 commit comments

Comments
 (0)