whisper.cpp/Sources/whisper/module.modulemap

6 lines
83 B
Plaintext
Raw Normal View History

2024-12-08 11:35:35 +00:00
module whisper [system] {
header "whisper.h"
link "whisper"
export *
}