whisper.cpp / cmake /whisper.pc.in
ggerganov's picture
whisper : reorganize source code + improve CMake (#2256)
f75c2e3 unverified
raw
history blame
254 Bytes
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}