whisper.cpp/Sources/whisper/module.modulemap

6 lines
83 B
Plaintext
Raw Normal View History

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