First example that addresses node.js as primary execution environment.

This commit is contained in:
Oliver Buchtala 2013-09-03 05:40:22 +02:00
commit 11e2179dd3
3 changed files with 35 additions and 26 deletions

View file

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