summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/CMakeLists.txt3
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
)