diff options
Diffstat (limited to 'o3d/converter/converter.gyp')
-rw-r--r-- | o3d/converter/converter.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/converter/converter.gyp b/o3d/converter/converter.gyp index ffede11f..fb99ddf 100644 --- a/o3d/converter/converter.gyp +++ b/o3d/converter/converter.gyp @@ -14,6 +14,7 @@ '..', '../..', '../../<(gtestdir)', + '../<(txcdir)', ], }, 'targets': [ @@ -53,6 +54,7 @@ 'cross/stream_bank_stub.h', 'cross/texture_stub.cc', 'cross/texture_stub.h', + '../<(txcdir)/txc_fetch_dxtn.cc', ], 'conditions' : [ ['renderer == "gl"', |