mirror of
https://github.com/ggerganov/ggml
synced 2026-03-01 20:50:26 +01:00
ggml : fix pkg-config include path (#1248)
CMake is installing public headers in CMAKE_INSTALL_INCLUDEDIR, not CMAKE_INSTALL_INCLUDEDIR/ggml. This patch fixes building external programs which use 'pkg-config --cflags ggml'
This commit is contained in:
parent
5592ffda9c
commit
9d6ac2b3ce
@ -6,5 +6,5 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
Name: ggml
|
||||
Description: The GGML Tensor Library for Machine Learning
|
||||
Version: 0.0.0
|
||||
Cflags: -I${includedir}/ggml
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lggml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user