23 lines
456 B
Python
23 lines
456 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'cppbor',
|
|
'type': 'static_library',
|
|
'sources': [
|
|
'libcppbor/src/cppbor.cpp',
|
|
'libcppbor/src/cppbor_parse.cpp',
|
|
],
|
|
'include_dirs': [
|
|
'libcppbor/include',
|
|
'libcppbor/include/cppbor',
|
|
],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'libcppbor/include',
|
|
'libcppbor/include/cppbor',
|
|
],
|
|
},
|
|
},
|
|
],
|
|
}
|