summaryrefslogtreecommitdiff
path: root/test/js-native-api/6_object_wrap/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/js-native-api/6_object_wrap/binding.gyp')
-rw-r--r--test/js-native-api/6_object_wrap/binding.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/js-native-api/6_object_wrap/binding.gyp b/test/js-native-api/6_object_wrap/binding.gyp
new file mode 100644
index 0000000000..0456804aaf
--- /dev/null
+++ b/test/js-native-api/6_object_wrap/binding.gyp
@@ -0,0 +1,11 @@
+{
+ "targets": [
+ {
+ "target_name": "binding",
+ "sources": [
+ "../entry_point.c",
+ "myobject.cc"
+ ]
+ }
+ ]
+}