more files

This commit is contained in:
2021-04-25 17:26:14 -05:00
parent 45c857508e
commit d7878a9487
19 changed files with 6500 additions and 0 deletions

8
nodejs/cpp/binding.gyp Normal file
View File

@@ -0,0 +1,8 @@
{
"targets": [
{
"target_name": "example",
"sources": ["example_wrap.cxx" ]
}
]
}