From e86047546693290556494bf00b493aa4ae770482 Mon Sep 17 00:00:00 2001 From: Carlos Guerreiro Date: Thu, 26 Jul 2012 13:40:46 +0300 Subject: [PATCH] add binding.gyp for node-gyp --- binding.gyp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 binding.gyp diff --git a/binding.gyp b/binding.gyp new file mode 100644 index 0000000..22cd030 --- /dev/null +++ b/binding.gyp @@ -0,0 +1,25 @@ +{ + "targets": [ + { + "target_name": "rawhash", + "sources": [ + "src/rawhash.cpp", + "src/MurmurHash3.h", + "src/MurmurHash3.cpp" + ], + 'cflags': [ '