aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/ktx.gyp
blob: 2eaa941b0dcf1daa74a54ae23268841a2474b0e8 (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
{
  'variables': {
    'skia_warnings_as_errors': 0,
  },
  'targets': [
  {
    'target_name': 'libSkKTX',
    'type': 'static_library',
    'include_dirs' : [
      '../third_party/ktx',
      '../src/gpu'
    ],
    'sources': [
      '../third_party/ktx/ktx.cpp',
    ],
    'dependencies': [
      'core.gyp:*'
    ],
    'direct_dependent_settings': {
      'include_dirs': [
        '../third_party/ktx',
      ],
    },
  }],
}