mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
gles: Fix compile errors. (#976)
* 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>
This commit is contained in:
committed by
GitHub
parent
63f01be181
commit
16ddfbb1ae
@@ -15,11 +15,6 @@ set (${MODULE_NAME}_SOURCES
|
||||
../../test_common/gles/helpers.cpp
|
||||
)
|
||||
|
||||
if(ANDROID)
|
||||
list(APPEND CLConform_LIBRARIES GLESv2)
|
||||
elseif(WIN32)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGLES3")
|
||||
list(APPEND CLConform_LIBRARIES libEGL libGLESv2 )
|
||||
endif(ANDROID)
|
||||
list(APPEND CLConform_LIBRARIES EGL GLESv2)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
|
||||
Reference in New Issue
Block a user