mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
11 lines
299 B
PkgConfig
11 lines
299 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: parakeet
|
|
Description: Port of NVIDIA's Parakeet model in C/C++
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lggml -lggml-base -lparakeet
|
|
Cflags: -I${includedir}
|