Source release 19.1.0

This commit is contained in:
Matt Feddersen
2024-03-28 19:21:54 -07:00
parent 28ec8548c6
commit b8bdfccebe
182 changed files with 10645 additions and 2040 deletions

22
third_party/libcppbor.gyp vendored Normal file
View 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',
],
},
},
],
}