Spaces:
Sleeping
Sleeping
File size: 254 Bytes
613af8d |
1 2 3 4 5 6 7 8 9 10 11 |
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: whisper
Description: Port of OpenAI's Whisper model in C/C++
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lwhisper
Cflags: -I${includedir}
|