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