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