mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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
eb1b484c29
commit
b23c6a6e1d
@@ -38,9 +38,9 @@ endif(MSVC90)
|
||||
#-----------------------------------------------------------
|
||||
# Default Configurable Test Set
|
||||
#-----------------------------------------------------------
|
||||
set(D3D10_IS_SUPPORTED)
|
||||
set(D3D11_IS_SUPPORTED)
|
||||
set(GL_IS_SUPPORTED)
|
||||
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)
|
||||
|
||||
#-----------------------------------------------------------
|
||||
# Vendor Customization
|
||||
|
||||
Reference in New Issue
Block a user