libgit2-sys 0.18.3+1.9.2

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

add_library(llhttp OBJECT ${SRC_LLHTTP})

if(NOT MSVC)
	set_source_files_properties(api.c http.c llhttp.c PROPERTIES COMPILE_FLAGS "-Wno-unused-parameter -Wno-missing-declarations")
endif()