mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
17
test_conformance/half/CMakeLists.txt
Normal file
17
test_conformance/half/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
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/testHarness.c
|
||||
)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
|
||||
Reference in New Issue
Block a user