Files
OpenCL-CTS/test_conformance/half/CMakeLists.txt
Kevin Petit aadfe3c5a7 cl20: Khronos Bug 16122: Convert half to test harness
Conflicts:
	test_conformance/half/CMakeLists.txt
	test_conformance/half/Test_vStoreHalf.c
	test_conformance/half/cl_utils.c
	test_conformance/half/cl_utils.h

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2019-03-05 16:24:34 +00:00

19 lines
523 B
CMake

set(MODULE_NAME HALF)
set(${MODULE_NAME}_SOURCES
cl_utils.c
Test_vLoadHalf.c
Test_roundTrip.c
Test_vStoreHalf.c main.c
../../test_common/harness/msvc9.c
../../test_common/harness/mingw_compat.c
../../test_common/harness/errorHelpers.c
../../test_common/harness/kernelHelpers.c
../../test_common/harness/ThreadPool.c
../../test_common/harness/parseParameters.cpp
../../test_common/harness/testHarness.c
)
include(../CMakeCommon.txt)