mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
18 lines
475 B
CMake
18 lines
475 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/ThreadPool.c
|
|
../../test_common/harness/parseParameters.cpp
|
|
../../test_common/harness/kernelHelpers.c
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|
|
|