skia2/gyp/ktx.gyp

26 lines
436 B
Python

{
'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',
],
},
}],
}