diff options
Diffstat (limited to 'gyp/ktx.gyp')
-rw-r--r-- | gyp/ktx.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gyp/ktx.gyp b/gyp/ktx.gyp index 141eba1fd1..32a5c32ce8 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', |