mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-02 13:23:57 +00:00
Working node-gyp
This commit is contained in:
parent
d3465ec8d4
commit
a581964b11
1
bindings/node.js/.gitignore
vendored
Normal file
1
bindings/node.js/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
build
|
11
bindings/node.js/binding.gyp
Normal file
11
bindings/node.js/binding.gyp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
'targets': [
|
||||||
|
{
|
||||||
|
'target_name': 'c-kzg',
|
||||||
|
'sources': [
|
||||||
|
'../../src/c_kzg_4844.c',
|
||||||
|
],
|
||||||
|
'include_dirs': [ '../../inc' ],
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user