diff options
Diffstat (limited to '')
-rw-r--r-- | src/nodejs/unit-http/binding_pub.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nodejs/unit-http/binding_pub.gyp b/src/nodejs/unit-http/binding_pub.gyp new file mode 100644 index 00000000..e53538d0 --- /dev/null +++ b/src/nodejs/unit-http/binding_pub.gyp @@ -0,0 +1,7 @@ +{ + 'targets': [{ + 'target_name': "unit-http", + 'sources': ["unit.cpp", "addon.cpp"], + 'libraries': ["unit"] + }] +} |