11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
|
|
Name: ggml
|
|
Description: The GGML Tensor Library for Machine Learning
|
|
Version: @GGML_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lggml
|