Index: gyp/ktx.gyp |
diff --git a/gyp/etc1.gyp b/gyp/ktx.gyp |
similarity index 55% |
copy from gyp/etc1.gyp |
copy to gyp/ktx.gyp |
index 7650d86f6997d02a5065321155c4e275940de832..2eaa941b0dcf1daa74a54ae23268841a2474b0e8 100644 |
--- a/gyp/etc1.gyp |
+++ b/gyp/ktx.gyp |
@@ -4,17 +4,21 @@ |
}, |
'targets': [ |
{ |
- 'target_name': 'libetc1', |
+ 'target_name': 'libSkKTX', |
'type': 'static_library', |
'include_dirs' : [ |
- '../third_party/etc1' |
+ '../third_party/ktx', |
+ '../src/gpu' |
], |
'sources': [ |
- '../third_party/etc1/etc1.cpp', |
+ '../third_party/ktx/ktx.cpp', |
+ ], |
+ 'dependencies': [ |
+ 'core.gyp:*' |
], |
'direct_dependent_settings': { |
'include_dirs': [ |
- '../third_party/etc1', |
+ '../third_party/ktx', |
], |
}, |
}], |