diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-10 22:10:33 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-10 22:10:33 +0000 |
| commit | facd7d859282470a7736955ec8828fc1685bdf48 (patch) | |
| tree | a0e5f01fefd7f5935bf1e98ed26b6bdd253b29e5 /Graphics/GraphicsEngineOpenGL | |
| parent | Fixed bug in cmake (diff) | |
| download | DiligentCore-facd7d859282470a7736955ec8828fc1685bdf48.tar.gz DiligentCore-facd7d859282470a7736955ec8828fc1685bdf48.zip | |
Few more updates to cmakelists
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt index acd9f191..afb8dbe9 100644 --- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt +++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.3) -project(GraphicsEngineOpenGL) +project(GraphicsEngineOpenGL CXX) set(INCLUDE include/AsyncWritableResource.h @@ -139,7 +139,6 @@ set(PRIVATE_DEPENDENCIES Common GraphicsEngine GraphicsTools - glew-static opengl32.lib TargetPlatform ) |
