mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
http: make llhttp the default
This commit is contained in:
6
deps/llhttp/CMakeLists.txt
vendored
6
deps/llhttp/CMakeLists.txt
vendored
@@ -1,7 +1,7 @@
|
||||
file(GLOB SRC_HTTP "*.c" "*.h")
|
||||
list(SORT SRC_HTTP)
|
||||
file(GLOB SRC_LLHTTP "*.c" "*.h")
|
||||
list(SORT SRC_LLHTTP)
|
||||
|
||||
add_library(llhttp OBJECT ${SRC_HTTP})
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user