diff options
Diffstat (limited to 'tests/registry/npm/@denotest/node-addon-implicit-node-gyp/1.0.0/binding.gyp')
-rw-r--r-- | tests/registry/npm/@denotest/node-addon-implicit-node-gyp/1.0.0/binding.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/node-addon-implicit-node-gyp/1.0.0/binding.gyp b/tests/registry/npm/@denotest/node-addon-implicit-node-gyp/1.0.0/binding.gyp new file mode 100644 index 000000000..5f3293064 --- /dev/null +++ b/tests/registry/npm/@denotest/node-addon-implicit-node-gyp/1.0.0/binding.gyp @@ -0,0 +1,8 @@ +{ + 'targets': [ + { + 'target_name': 'node_addon', + 'sources': [ 'src/binding.cc' ] + } + ] +}
\ No newline at end of file |