mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 23:29:02 +00:00
* fix gles build error * fix format check fail * fix Werror and link error * gles: Makefile changes Change-Id: Ie493a730e6004f9251bbf9b534f758e0dc920191 Co-authored-by: Guang <891528583@qq.com>
21 lines
470 B
CMake
21 lines
470 B
CMake
set (MODULE_NAME GLES)
|
|
|
|
set (${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_buffers.cpp
|
|
test_images_2D.cpp
|
|
test_images_3D.cpp
|
|
test_renderbuffer.cpp
|
|
test_images_2D_info.cpp
|
|
test_images_3D_info.cpp
|
|
test_renderbuffer_info.cpp
|
|
test_fence_sync.cpp
|
|
helpers.cpp
|
|
setup_egl.cpp
|
|
../../test_common/gles/helpers.cpp
|
|
)
|
|
|
|
list(APPEND CLConform_LIBRARIES EGL GLESv2)
|
|
|
|
include(../CMakeCommon.txt)
|