summaryrefslogtreecommitdiff
path: root/deps/http-parser/CMakeLists.txt
blob: 4a8bafd2f133811aa3904c357c4bbaae901137fc (plain)
1
2
3
4
5
FILE(GLOB SRC_HTTP "*.c" "*.h")

ADD_LIBRARY(http-parser OBJECT ${SRC_HTTP})

ENABLE_WARNINGS(implicit-fallthrough=1)