Source release 19.1.0
This commit is contained in:
22
third_party/libcppbor.gyp
vendored
Normal file
22
third_party/libcppbor.gyp
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'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',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user