diff options
Diffstat (limited to 'o3d/import/import.gyp')
-rw-r--r-- | o3d/import/import.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/import/import.gyp b/o3d/import/import.gyp index 9943b00..01d3dc3 100644 --- a/o3d/import/import.gyp +++ b/o3d/import/import.gyp @@ -49,6 +49,7 @@ 'cross/zip_archive.cc', 'cross/zip_archive.h', ], + 'conditions' : [ ['renderer == "d3d9" and OS == "win"', { @@ -69,6 +70,9 @@ 'sources': [ 'mac/collada_conditioner_mac.mm', ], + 'include_dirs': [ + '../../third_party/glew/files/include', + ], 'link_settings': { 'libraries': [ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', @@ -81,6 +85,9 @@ 'sources': [ 'linux/collada_conditioner_linux.cc', ], + 'include_dirs': [ + '../../third_party/glew/files/include', + ], }, ], ], |