xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/CMakeLists.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1set(MODULE_NAME BUFFERS)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_buffer_copy.cpp
6    test_buffer_read.cpp
7    test_buffer_write.cpp
8    test_buffer_mem.cpp
9    array_info.cpp
10    test_buffer_map.cpp
11    test_sub_buffers.cpp
12    test_buffer_fill.cpp
13    test_buffer_migrate.cpp
14    test_image_migrate.cpp
15)
16
17include(../CMakeCommon.txt)
18