Add toggle for enabling OpenGL ES interop tests

This commit is contained in:
Pierre Moreau
2019-04-25 22:48:28 +02:00
committed by Kévin Petit
parent e0091e7cf6
commit e597cb53b8

View File

@@ -43,6 +43,7 @@ endif(MSVC90)
option(D3D10_IS_SUPPORTED "Run DirectX 10 interop tests" OFF)
option(D3D11_IS_SUPPORTED "Run DirectX 11 interop tests" OFF)
option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF)
option(GLES_IS_SUPPORTED "Run OpenGL ES interop tests" OFF)
#-----------------------------------------------------------