mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
10 lines
152 B
Python
10 lines
152 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'crypto_key',
|
|
'sources': ['src/crypto_key.cc'],
|
|
'include_dirs': ['<!(node -e "require(\'nan\')")']
|
|
}
|
|
]
|
|
}
|