CPPAN: C++ Archive Network
Sign up
Sign in
Packages
Package:
pvt
.
cppan
.
demo
.
libgit2
Version:
0.27.7
Information
Dependencies
Specification
Specification file: cppan.yml
source: git: https://github.com/libgit2/libgit2 tag: v{v} version: 0.27.7 type: library rc_enabled: false files: - deps/http-parser/http_parser\.[hc] - deps/regex/.* - include/.* - src/.* exclude_from_build: - deps/regex/regcomp.c - deps/regex/regex_internal.c - deps/regex/regexec.c - src/hash_generic.c - src/hash_mbed*.c - src/hash_win32.c include_directories: public: - include private: - deps/http-parser - src - deps/regex options: any: link_libraries: win32: public: - Rpcrt4 - Winhttp dependencies: public: pvt.cppan.demo.badger.curl.libcurl: version: 7 post_sources: | set(GIT_THREADS 1) set(GIT_SSH 1) set(GIT_SSH_MEMORY_CREDENTIALS 1) set(GIT_GSSAPI 1) if (WIN32) set(GIT_WINHTTP 1) endif() set(GIT_CURL 1) set(GIT_HTTPS 1) set(GIT_OPENSSL 1) if (APPLE) set(GIT_SECURE_TRANSPORT 1) endif() set(GIT_SHA1_OPENSSL 1) configure_file(${SDIR}/src/features.h.in ${BDIR}/git2/sys/features.h)
© 2016-2019 Egor Pugin