llama.cpp/Sources/llama/module.modulemap

6 lines
77 B
Plaintext

module llama [system] {
header "llama.h"
link "llama"
export *
}