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

ADD_LIBRARY(http-parser OBJECT ${SRC_HTTP})