mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-07 22:43:09 +02:00
9 lines
152 B
Python
9 lines
152 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'crypto_key',
|
|
'sources': ['src/crypto_key.cc'],
|
|
'include_dirs': ['<!(node -e "require(\'nan\')")']
|
|
}
|
|
]
|
|
}
|