mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 15:05:49 +00:00

Rename INSTALL_INC and INSTALL_BIN to INCLUDE_INSTALL_DIR and BIN_INSTALL_DIR, which are more commonly used. This is also consistent with the variable for the library path which is already LIB_INSTALL_DIR.
10 lines
272 B
PkgConfig
10 lines
272 B
PkgConfig
libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: libgit2
|
|
Description: The git library, take 2
|
|
Version: @LIBGIT2_VERSION_STRING@
|
|
Requires: libcrypto
|
|
Libs: -L${libdir} -lgit2 -lz -lcrypto
|
|
Cflags: -I${includedir}
|