diff options
Diffstat (limited to 'o3d/tests/tests.gyp')
-rw-r--r-- | o3d/tests/tests.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp index d205c11..6557b0e 100644 --- a/o3d/tests/tests.gyp +++ b/o3d/tests/tests.gyp @@ -88,6 +88,9 @@ 'sources': [ 'common/mac/testing_common.mm', ], + 'include_dirs': [ + '../../third_party/glew/files/include', + ], 'link_settings': { 'libraries': [ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', @@ -148,6 +151,9 @@ 'sources': [ 'common/linux/testing_common.cc', ], + 'include_dirs': [ + '../../third_party/glew/files/include', + ], }, ], ], |