diff options
Diffstat (limited to 'Package.swift')
-rw-r--r-- | Package.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift index fbd0973b..183e6475 100644 --- a/Package.swift +++ b/Package.swift @@ -4,6 +4,7 @@ import PackageDescription var sources = [ "ggml.c", + "sgemm.cpp", "llama.cpp", "unicode.cpp", "unicode-data.cpp", |