whisper.cpp/cmake/whisper.pc.in

11 lines
274 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
2024-12-08 11:35:35 +00:00
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: whisper
Description: Port of OpenAI's Whisper model in C/C++
Version: @PROJECT_VERSION@
2024-12-08 11:35:35 +00:00
Libs: -L${libdir} -lggml -lggml-base -lwhisper
Cflags: -I${includedir}