summaryrefslogtreecommitdiff
path: root/deps/llhttp/llhttp.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/llhttp/llhttp.gyp')
-rw-r--r--deps/llhttp/llhttp.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/llhttp/llhttp.gyp b/deps/llhttp/llhttp.gyp
new file mode 100644
index 0000000000..4acc79bdf3
--- /dev/null
+++ b/deps/llhttp/llhttp.gyp
@@ -0,0 +1,13 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'llhttp',
+ 'type': 'static_library',
+ 'include_dirs': [ '.', 'include' ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [ 'include' ],
+ },
+ 'sources': [ 'src/llhttp.c', 'src/api.c', 'src/http.c' ],
+ },
+ ]
+}