mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
This reduces by a factor of roughly two the number of files to build. Fixes #193. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
18 lines
325 B
CMake
18 lines
325 B
CMake
set(MODULE_NAME BUFFERS)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.c
|
|
test_buffer_copy.c
|
|
test_buffer_read.c
|
|
test_buffer_write.c
|
|
test_buffer_mem.c
|
|
array_info.c
|
|
test_buffer_map.c
|
|
test_sub_buffers.cpp
|
|
test_buffer_fill.c
|
|
test_buffer_migrate.c
|
|
test_image_migrate.c
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|