First commit
This commit is contained in:
12
binding.gyp
Normal file
12
binding.gyp
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'binding',
|
||||
'sources': [ 'binding.cc' ]
|
||||
},
|
||||
{
|
||||
'target_name': 'binding2',
|
||||
'sources': [ 'binding2.cc' ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user