Add CMake option for enabling GL interop tests

This commit is contained in:
Pierre Moreau
2019-04-25 23:31:35 +02:00
committed by Kévin Petit
parent beaa43012c
commit ac0b784759

View File

@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.0)
option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF)
if(MSVC)
# The CTS will not link on MSVC 32-bit builds. To workaround this, add the
# /LARGEADDRESSAWARE option as a linker flag. This is automatically set for