21 lines
455 B
Python
21 lines
455 B
Python
{
|
|
'sources': [
|
|
'cn-cbor/src/cn-cbor.c',
|
|
'cn-cbor/src/cn-error.c',
|
|
'cn-cbor/src/cn-encoder.c',
|
|
'cn-cbor/src/cn-get.c',
|
|
'cn-cbor/src/cn-print.c',
|
|
'cn-cbor/src/cn-create.c',
|
|
],
|
|
'include_dirs': [
|
|
'cn-cbor/src',
|
|
'cn-cbor/include',
|
|
],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'cn-cbor/src',
|
|
'cn-cbor/include',
|
|
],
|
|
}
|
|
}
|