2023-01-27 15:49:13 -05:00
|
|
|
{
|
|
|
|
'variables': {
|
2023-03-04 20:59:55 +09:00
|
|
|
'ada_sources': [ 'ada.cpp' ],
|
2023-01-27 15:49:13 -05:00
|
|
|
},
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'ada',
|
|
|
|
'type': 'static_library',
|
|
|
|
'include_dirs': ['.'],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': ['.'],
|
|
|
|
},
|
2023-03-31 09:04:03 -04:00
|
|
|
'sources': [ '<@(ada_sources)' ]
|
2023-01-27 15:49:13 -05:00
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|