whisper.cpp/Sources/whisper/module.modulemap
2024-12-08 20:14:35 +02:00

6 lines
83 B
Plaintext

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