2014-11-24 15:18:53 +00:00
|
|
|
{
|
|
|
|
|
'targets': [
|
|
|
|
|
{
|
|
|
|
|
'target_name': 'mraa',
|
|
|
|
|
'sources': [
|
|
|
|
|
@mraa_LIB_SRCS_GYP@
|
|
|
|
|
'src/version.c',
|
|
|
|
|
'src/mraajsJAVASCRIPT_wrap.cxx' ],
|
|
|
|
|
'include_dirs': [
|
|
|
|
|
@mraa_LIB_INCLUDE_DIRS_GYP@
|
|
|
|
|
],
|
|
|
|
|
'cflags_cc!': [ '-fno-rtti', '-fno-exceptions' ],
|
|
|
|
|
'cflags!': [ '-fno-exceptions' ],
|
|
|
|
|
'defines' : [ 'SWIG',
|
2014-12-01 13:59:47 +00:00
|
|
|
'SWIGNODE',
|
|
|
|
|
'BUILDING_NODE_EXTENSION=1' ],
|
2014-11-24 15:18:53 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|