Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/http_parser/CMakeLists.txt')
-rw-r--r--deps/http_parser/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/http_parser/CMakeLists.txt b/deps/http_parser/CMakeLists.txt
new file mode 100644
index 00000000000..7dd9fd2c318
--- /dev/null
+++ b/deps/http_parser/CMakeLists.txt
@@ -0,0 +1,2 @@
+include_directories (.)
+add_library (http_parser http_parser.c) \ No newline at end of file