libgit2-sys 0.16.2+1.7.2

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

add_library(http-parser OBJECT ${SRC_HTTP})

enable_warnings(implicit-fallthrough=1)