summaryrefslogtreecommitdiffstats
path: root/third-party/llhttp/llhttp.gyp
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:34:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:34:15 +0000
commitafea5f9539cbf1eeaa85ec77d79eb2f59724f470 (patch)
tree2a4eba394a6bc60d2eaa8304d91168a07225d51e /third-party/llhttp/llhttp.gyp
parentInitial commit. (diff)
downloadnghttp2-afea5f9539cbf1eeaa85ec77d79eb2f59724f470.tar.xz
nghttp2-afea5f9539cbf1eeaa85ec77d79eb2f59724f470.zip
Adding upstream version 1.52.0.upstream/1.52.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third-party/llhttp/llhttp.gyp')
-rw-r--r--third-party/llhttp/llhttp.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/third-party/llhttp/llhttp.gyp b/third-party/llhttp/llhttp.gyp
new file mode 100644
index 0000000..4acc79b
--- /dev/null
+++ b/third-party/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' ],
+ },
+ ]
+}