mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 08:49:02 +00:00
cl20: Fix building media sharing tests (#391)
* Add media_sharing to cmakes * Adjust cases to ADD_TEST macro * Review fixes
This commit is contained in:
committed by
Kévin Petit
parent
d7ff4aa502
commit
150520c7e1
@@ -1,6 +1,5 @@
|
||||
if(WIN32)
|
||||
list(APPEND CLConform_LIBRARIES d3d9.lib dxva2.lib )
|
||||
endif(WIN32)
|
||||
|
||||
set (MEDIA_SOURCES
|
||||
main.cpp
|
||||
@@ -19,6 +18,7 @@ set (MEDIA_SOURCES
|
||||
../../test_common/harness/rounding_mode.c
|
||||
../../test_common/harness/typeWrappers.cpp
|
||||
../../test_common/harness/mt19937.c
|
||||
../../test_common/harness/msvc9.c
|
||||
)
|
||||
|
||||
add_executable(conformance_test_media_surface_sharing
|
||||
@@ -30,3 +30,5 @@ set_source_files_properties(
|
||||
|
||||
TARGET_LINK_LIBRARIES(conformance_test_media_surface_sharing
|
||||
${CLConform_LIBRARIES})
|
||||
|
||||
endif(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user