aboutsummaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
new file mode 100644
index 0000000..7add6fc
--- /dev/null
+++ b/binding.gyp
@@ -0,0 +1,11 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'ioctl',
+ 'sources': [ 'lib/ioctl.cpp' ],
+ 'include_dirs': [
+ '<!(node -e "require(\'nan\')")'
+ ]
+ }
+ ]
+}