mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
Initial open source release of OpenCL 2.1 CTS.
This commit is contained in:
33
test_extensions/media_sharing/CMakeLists.txt
Normal file
33
test_extensions/media_sharing/CMakeLists.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
if(WIN32)
|
||||
list(APPEND CLConform_LIBRARIES d3d9.lib dxva2.lib )
|
||||
endif(WIN32)
|
||||
|
||||
set (MEDIA_SOURCES
|
||||
main.cpp
|
||||
wrappers.cpp
|
||||
utils.cpp
|
||||
test_create_context.cpp
|
||||
test_functions_api.cpp
|
||||
test_functions_kernel.cpp
|
||||
test_get_device_ids.cpp
|
||||
test_interop_sync.cpp
|
||||
test_memory_access.cpp
|
||||
test_other_data_types.cpp
|
||||
../../test_common/harness/errorHelpers.c
|
||||
../../test_common/harness/kernelHelpers.c
|
||||
../../test_common/harness/testHarness.c
|
||||
../../test_common/harness/rounding_mode.c
|
||||
../../test_common/harness/typeWrappers.cpp
|
||||
../../test_common/harness/mt19937.c
|
||||
../../test_common/harness/parseParameters.cpp
|
||||
)
|
||||
|
||||
add_executable(conformance_test_media_surface_sharing
|
||||
${MEDIA_SOURCES})
|
||||
|
||||
set_source_files_properties(
|
||||
${MEDIA_SOURCES}
|
||||
PROPERTIES LANGUAGE CXX)
|
||||
|
||||
TARGET_LINK_LIBRARIES(conformance_test_media_surface_sharing
|
||||
${CLConform_LIBRARIES})
|
||||
Reference in New Issue
Block a user