http: make llhttp the default

This commit is contained in:
Edward Thomson
2024-04-22 13:44:55 +01:00
parent d396819101
commit d02b549dab
4 changed files with 10 additions and 10 deletions

View File

@@ -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")