summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-08-14 14:27:52 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-08-14 14:27:52 +0800
commit8a6cf5eca130885821f34f50fec5986230aa2ed4 (patch)
tree9cd44e02102417ff114e953ab51a70b77b01cac8 /binding.gyp
parent31a23ff4d20d7b89d3284eaecd34cd794d9738c4 (diff)
Add support for creating node.js extension
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
new file mode 100644
index 0000000..907608e
--- /dev/null
+++ b/binding.gyp
@@ -0,0 +1,9 @@
+{
+ "targets": [
+ {
+ "target_name": "pikul",
+ "sources": [ "pikul.cxx", "pikul_wrap.cxx" ]
+ }
+ ]
+}
+