mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
Adds cl_khr_kernel_clock test. Also fixes failure in the compiler defines for extension compiler subtest when cl_khr_kernel_clock is supported.
9 lines
288 B
CMake
9 lines
288 B
CMake
add_subdirectory( cl_ext_cxx_for_opencl )
|
|
add_subdirectory( cl_khr_command_buffer )
|
|
add_subdirectory( cl_khr_dx9_media_sharing )
|
|
add_subdirectory( cl_khr_semaphore )
|
|
add_subdirectory( cl_khr_kernel_clock )
|
|
if(VULKAN_IS_SUPPORTED)
|
|
add_subdirectory( cl_khr_external_semaphore )
|
|
endif()
|