Build with node.
This commit is contained in:
parent
87dbf82d83
commit
939b695675
4 changed files with 13 additions and 2 deletions
4
atom.gyp
4
atom.gyp
|
@ -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)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue