whisper.cpp / cmake /whisper.pc.in
Philippe Normand
cmake: Fix libdir value in pkgconfig file (#2407)
a048ef3 unverified
raw
history blame
263 Bytes
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
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}