summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-04-19 16:33:01 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-04-19 16:33:01 +0000
commit32d3dbd559acb8d4d7a4a8cfaaef1a05330606bb (patch)
tree8fa03c9058ab27829361689808973e507e6f20a1 /Graphics/GraphicsEngineOpenGL
parentUpdated HLSL2GLSLConverter and ShaderMacroHelper (diff)
downloadDiligentCore-32d3dbd559acb8d4d7a4a8cfaaef1a05330606bb.tar.gz
DiligentCore-32d3dbd559acb8d4d7a4a8cfaaef1a05330606bb.zip
Fixed few Android build problems
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
index 3097c7fc..39d771e5 100644
--- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
+++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
@@ -174,7 +174,7 @@ set(PUBLIC_DEPENDENCIES
if(PLATFORM_WIN32)
set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} glew-static opengl32.lib)
elseif(PLATFORM_ANDROID)
- set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} GLESv3 EGL android)
+ set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} GLESv3 EGL)
elseif(PLATFORM_LINUX)
set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} glew-static GL X11)
elseif(PLATFORM_MACOS)