summaryrefslogtreecommitdiff
path: root/deps/http-parser/CMakeLists.txt
blob: b9da2496f75dcf69626811575e6ae18f199b2f33 (plain)
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)