about summary refs log tree commit diff stats
path: root/example/example.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'example/example.gyp')
-rw-r--r--example/example.gyp20
1 files changed, 20 insertions, 0 deletions
diff --git a/example/example.gyp b/example/example.gyp
new file mode 100644
index 0000000..a3dc597
--- /dev/null
+++ b/example/example.gyp
@@ -0,0 +1,20 @@
+{
+  "targets": [{
+    "target_name": "uv_link_t-example",
+    "type": "executable",
+
+    "include_dirs": [
+      "src"
+    ],
+
+    "dependencies": [
+      "../test/deps/libuv/uv.gyp:libuv",
+      "../uv_link_t.gyp:uv_link_t"
+    ],
+
+    "sources": [
+      "src/main.c",
+      "src/middle.c",
+    ],
+  }],
+}