Add Native Directive Example

This commit is contained in:
TekuConcept 2019-05-08 17:45:05 -06:00
commit f16350e774
6 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"targets": [
{
"target_name": "example",
"sources": [ "example_wrap.cxx" ],
"include_dirs": ["$srcdir"]
}
]
}