summaryrefslogtreecommitdiff
path: root/deps/gyp/test/generator-output/src/subdir3/prog3.gyp
blob: 46c5e000a272472e67bf4432559340df8af2112a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'includes': [
    '../symroot.gypi',
  ],
  'targets': [
    {
      'target_name': 'prog3',
      'type': 'executable',
      'include_dirs': [
        '..',
        '../inc1',
        '../subdir2/inc2',
        'inc3',
        '../subdir2/deeper',
      ],
      'sources': [
        'prog3.c',
      ],
    },
  ],
}