libgit2-sys 0.8.1

Native bindings to the libgit2 library
Documentation
1
2
3
4
5
FILE(GLOB SRC_HTTP "*.c" "*.h")

ADD_LIBRARY(http-parser OBJECT ${SRC_HTTP})

ENABLE_WARNINGS(implicit-fallthrough=1)