mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 19:24:07 +00:00
13 lines
191 B
Python
13 lines
191 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'ckzg',
|
|
'sources': [
|
|
'ckzg_wrap.cxx',
|
|
'../../src/c_kzg_4844.c',
|
|
],
|
|
'include_dirs': [ '../../inc' ],
|
|
},
|
|
]
|
|
}
|