summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-12 06:42:41 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-12 06:42:41 +0000
commit9742e365bf8b9d2ced2d547e39c47ab4b05b5118 (patch)
treed00fa4b2ea8c6b0128793c05f508be3aafa3aaa6 /Graphics/GraphicsEngineOpenGL
parentFixed compiler warnings (diff)
downloadDiligentCore-9742e365bf8b9d2ced2d547e39c47ab4b05b5118.tar.gz
DiligentCore-9742e365bf8b9d2ced2d547e39c47ab4b05b5118.zip
Updated CMake files
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 afb8dbe9..4c00e862 100644
--- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
+++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
@@ -137,13 +137,13 @@ set(PRIVATE_DEPENDENCIES
BuildSettings
glew-static
Common
- GraphicsEngine
GraphicsTools
opengl32.lib
TargetPlatform
)
set(PUBLIC_DEPENDENCIES
+ GraphicsEngine
HLSL2GLSLConverterLib
)