mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Mark the graphics interop toggles as options
This allows enabling/disabling them via CMake without editing the CMakeLists.txt file.
This commit is contained in:
committed by
Kévin Petit
parent
223b2c815a
commit
430e5de283
@@ -38,9 +38,9 @@ endif(MSVC90)
|
|||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
# Default Configurable Test Set
|
# Default Configurable Test Set
|
||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
set(D3D10_IS_SUPPORTED)
|
option(D3D10_IS_SUPPORTED "Run DirectX 10 interop tests" OFF)
|
||||||
set(D3D11_IS_SUPPORTED)
|
option(D3D11_IS_SUPPORTED "Run DirectX 11 interop tests" OFF)
|
||||||
set(GL_IS_SUPPORTED)
|
option(GL_IS_SUPPORTED "Run OpenGL interop tests" OFF)
|
||||||
|
|
||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
# Vendor Customization
|
# Vendor Customization
|
||||||
|
|||||||
Reference in New Issue
Block a user