Build with node.

This commit is contained in:
Cheng Zhao 2013-04-12 22:52:32 +08:00
parent 87dbf82d83
commit 939b695675
4 changed files with 13 additions and 2 deletions

View file

@ -30,6 +30,9 @@
'app/atom_library_main.h',
],
},
'includes': [
'vendor/brightray/brightray.gypi'
],
'targets': [
{
'target_name': '<(project_name)',
@ -93,6 +96,7 @@
'type': 'static_library',
'dependencies': [
'vendor/brightray/brightray.gyp:brightray',
'vendor/node/node.gyp:node',
],
'sources': [
'<@(lib_sources)',