mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Use static libary for harness in media_sharing
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
committed by
Kévin Petit
parent
245e11ec67
commit
f15178ca91
@@ -12,15 +12,6 @@ set (MEDIA_SOURCES
|
||||
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
|
||||
../../test_common/harness/crc32.c
|
||||
../../test_common/harness/msvc9.c
|
||||
)
|
||||
|
||||
add_executable(conformance_test_media_surface_sharing
|
||||
@@ -30,7 +21,7 @@ set_source_files_properties(
|
||||
${MEDIA_SOURCES}
|
||||
PROPERTIES LANGUAGE CXX)
|
||||
|
||||
TARGET_LINK_LIBRARIES(conformance_test_media_surface_sharing
|
||||
TARGET_LINK_LIBRARIES(conformance_test_media_surface_sharing harness
|
||||
${CLConform_LIBRARIES})
|
||||
|
||||
endif(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user