diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-12 06:42:41 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-12 06:42:41 +0000 |
| commit | 9742e365bf8b9d2ced2d547e39c47ab4b05b5118 (patch) | |
| tree | d00fa4b2ea8c6b0128793c05f508be3aafa3aaa6 /Graphics/GraphicsEngineOpenGL | |
| parent | Fixed compiler warnings (diff) | |
| download | DiligentCore-9742e365bf8b9d2ced2d547e39c47ab4b05b5118.tar.gz DiligentCore-9742e365bf8b9d2ced2d547e39c47ab4b05b5118.zip | |
Updated CMake files
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 2 |
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 ) |
