1
0
Fork 1
mirror of https://example.com synced 2024-11-23 23:36:39 +09:00
firefish/binding.gyp

10 lines
152 B
Text
Raw Normal View History

2018-03-26 20:23:55 +09:00
{
'targets': [
{
'target_name': 'crypto_key',
'sources': ['src/crypto_key.cc'],
'include_dirs': ['<!(node -e "require(\'nan\')")']
}
]
}