Skip to content

Commit

Permalink
cmake : copy ggml-common.h to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 16, 2024
1 parent 1b553b9 commit 00d80ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -156,7 +156,8 @@ if (APPLE)

set(GGML_SOURCES_METAL ggml-metal.m ggml-metal.h)

# copy ggml-metal.metal to bin directory
# copy ggml-common.h and ggml-metal.metal to bin directory
configure_file(ggml-common.h bin/ggml-common.h COPYONLY)
configure_file(ggml-metal.metal bin/ggml-metal.metal COPYONLY)

if (WHISPER_METAL_EMBED_LIBRARY)
Expand Down

0 comments on commit 00d80ff

Please sign in to comment.