Node_Escargot_Release_210713_97834f7
[platform/framework/web/lwnode.git] / lwnode.gyp
1 {
2   'variables': {
3   },
4
5   'targets': [
6     {
7       'target_name': 'lwnode',
8       'type': 'executable',
9       'dependencies': [
10         'node.gyp:<(node_lib_target_name)',
11        ],
12       'defines': [
13         'NODE_ARCH="<(target_arch)"',
14         'NODE_PLATFORM="<(OS)"',
15         'NODE_WANT_INTERNALS=1',
16       ],
17       'includes': [
18         'common.gypi',
19         'config.gypi',
20         'node.gypi',
21         'node.gyp',
22       ],
23       'include_dirs': [
24         'src',
25         'deps/v8/include',
26       ],
27       'sources': [
28         'src/node_main.cc'
29       ],
30       'libraries': [
31       ],
32     },
33   ],
34   'conditions': [
35   ],
36 }