whisper.cpp/Sources/whisper/module.modulemap

6 lines
83 B
Plaintext

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