]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : fix pkg-config include path (#1248)
authorRadoslav Gerganov <redacted>
Fri, 30 May 2025 06:10:09 +0000 (09:10 +0300)
committerGitHub <redacted>
Fri, 30 May 2025 06:10:09 +0000 (09:10 +0300)
commit9d6ac2b3cefba6a62f3ebfc9a545c63d66616d2d
treea0993e076412434c67d5692d6e7a31701cda53fc
parent5592ffda9c417c3c12232c828247c23d17004c88
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'
ggml.pc.in