syndilights/displayclient/html/websocket_demo/node_modules/websocket/binding.gyp

15 lines
241 B
Python

{
'targets': [
{
'target_name': 'validation',
'cflags': [ '-O3' ],
'sources': [ 'src/validation.cc' ]
},
{
'target_name': 'xor',
'cflags': [ '-O3' ],
'sources': [ 'src/xor.cpp' ]
}
]
}