From d8666d540911dedd6ed71e353180f741c1885b18 Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Thu, 25 Apr 2019 22:48:28 +0200 Subject: [PATCH] Add toggle for enabling OpenGL ES interop tests --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1688eb23..914c1de3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,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) #----------------------------------------------------------- # Vendor Customization