blob: 2eaa941b0dcf1daa74a54ae23268841a2474b0e8 [file] [log] [blame]
{
'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',
],
},
}],
}