Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
binding.gyp 152 B
{
	'targets': [
		{
			'target_name': 'crypto_key',
			'sources': ['src/crypto_key.cc'],
			'include_dirs': ['<!(node -e "require(\'nan\')")']
		}
	]
}