mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 08:49:02 +00:00
Add CMake option for enabling GL interop tests
This commit is contained in:
committed by
Kévin Petit
parent
beaa43012c
commit
ac0b784759
@@ -1,5 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
|
option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# The CTS will not link on MSVC 32-bit builds. To workaround this, add the
|
# 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
|
# /LARGEADDRESSAWARE option as a linker flag. This is automatically set for
|
||||||
|
|||||||
Reference in New Issue
Block a user