libgit2.pc.in 260 Bytes
Newer Older
1 2
libdir=@CMAKE_INSTALL_PREFIX@/@INSTALL_LIB@
includedir=@CMAKE_INSTALL_PREFIX@/@INSTALL_INC@
3 4 5

Name: libgit2
Description: The git library, take 2
6
Version: @LIBGIT2_VERSION_STRING@
7 8
Requires: libcrypto
Libs: -L${libdir} -lgit2 -lz -lcrypto
9
Cflags: -I${includedir}