Source release 17.1.0
This commit is contained in:
25
third_party/open-dice.gyp
vendored
Normal file
25
third_party/open-dice.gyp
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'cbor',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'open-dice/src/cbor_reader.c',
|
||||
'open-dice/src/cbor_writer.c',
|
||||
'open-dice/src/clear_memory.c',
|
||||
'open-dice/src/dice.c',
|
||||
'open-dice/src/utils.c',
|
||||
],
|
||||
'include_dirs': [
|
||||
'open-dice/include',
|
||||
'open-dice/include/dice/config/boringssl_ed25519',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'open-dice/include',
|
||||
'open-dice/include/dice/config/boringssl_ed25519',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user