forked from LeenkxTeam/Kmake
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
|
|
{
|
||
|
|
'variables': {
|
||
|
|
'nbytes_sources': [ 'src/nbytes.cpp' ],
|
||
|
|
},
|
||
|
|
'targets': [
|
||
|
|
{
|
||
|
|
'target_name': 'nbytes',
|
||
|
|
'type': 'static_library',
|
||
|
|
'include_dirs': ['include'],
|
||
|
|
'direct_dependent_settings': {
|
||
|
|
'include_dirs': ['include'],
|
||
|
|
},
|
||
|
|
'sources': [ '<@(nbytes_sources)' ]
|
||
|
|
},
|
||
|
|
]
|
||
|
|
}
|