libgit2.pc.in 311 Bytes
Newer Older
1
libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
2
includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
3 4 5

Name: libgit2
Description: The git library, take 2
6
Version: @LIBGIT2_VERSION_STRING@
7 8 9
Requires.private: @LIBGIT2_PC_REQUIRES@
Libs.private: @LIBGIT2_PC_LIBS@
Libs: -L${libdir} -lgit2
10
Cflags: -I${includedir}