Files
OpenCL-CTS/test_conformance/images/clCopyImage/CMakeLists.txt
Radek Szymanski e72cff3e7d Remove duplicate format functions (#738)
This moves the filter_formats and get_format_list functions to a common
file. These functions were roughly the same, with an optional filtering
in some tests for testing mipmaps.

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
2020-04-17 10:55:17 +01:00

20 lines
372 B
CMake

set(MODULE_NAME CL_COPY_IMAGES)
set(${MODULE_NAME}_SOURCES
main.cpp
test_copy_1D.cpp
test_copy_1D_array.cpp
test_copy_2D.cpp
test_copy_2D_2D_array.cpp
test_copy_2D_3D.cpp
test_copy_2D_array.cpp
test_copy_3D.cpp
test_copy_3D_2D_array.cpp
test_copy_generic.cpp
test_loops.cpp
../common.cpp
)
include(../../CMakeCommon.txt)