forked from LeenkxTeam/Kmake
10 lines
155 B
Python
10 lines
155 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ '../hello-world/binding.cc' ],
|
|
'includes': ['../common.gypi'],
|
|
}
|
|
]
|
|
}
|