android13/external/OpenCL-CTS/test_conformance/buffers/CMakeLists.txt

18 lines
345 B
CMake
Raw Normal View History

2024-06-22 08:45:49 -04:00
set(MODULE_NAME BUFFERS)
set(${MODULE_NAME}_SOURCES
main.cpp
test_buffer_copy.cpp
test_buffer_read.cpp
test_buffer_write.cpp
test_buffer_mem.cpp
array_info.cpp
test_buffer_map.cpp
test_sub_buffers.cpp
test_buffer_fill.cpp
test_buffer_migrate.cpp
test_image_migrate.cpp
)
include(../CMakeCommon.txt)