diff options
Diffstat (limited to 'o3d/tests')
-rw-r--r-- | o3d/tests/tests.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp index 129f2d7..6593ec1 100644 --- a/o3d/tests/tests.gyp +++ b/o3d/tests/tests.gyp @@ -102,6 +102,14 @@ ], }, ], + ['renderer == "gles2"', + { + 'dependencies': [ + '../build/libs.gyp:cg_libs', + '../build/libs.gyp:gles2_libs', + ], + }, + ], ['OS == "mac"', { 'dependencies': [ @@ -210,6 +218,13 @@ ], }, ], + ['OS == "win" and renderer == "gles2"', + { + 'dependencies': [ + '../build/libs.gyp:gles2_libs', + ], + }, + ], ['OS == "linux"', { 'sources': [ |