llama : use cmake for swift build
This commit is contained in:
parent
d9c3ba2b77
commit
47844dc232
5 changed files with 55 additions and 106 deletions
5
Sources/llama/module.modulemap
Normal file
5
Sources/llama/module.modulemap
Normal file
|
@ -0,0 +1,5 @@
|
|||
module llama [system] {
|
||||
header "llama.h"
|
||||
link "llama"
|
||||
export *
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue