Index: gyp/ktx.gyp |
diff --git a/gyp/ktx.gyp b/gyp/ktx.gyp |
index 141eba1fd1857bed084deb976dd9bfbb7b4e1fec..32a5c32ce855ea44ed4739fd15b677eb74bf2684 100644 |
--- a/gyp/ktx.gyp |
+++ b/gyp/ktx.gyp |
@@ -8,7 +8,9 @@ |
'type': 'static_library', |
'include_dirs' : [ |
'../third_party/ktx', |
- '../src/gpu' |
+ '../include/gpu', |
+ '../src/gpu', |
+ '../src/utils', |
], |
'sources': [ |
'../third_party/ktx/ktx.cpp', |