From facd7d859282470a7736955ec8828fc1685bdf48 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 10 Dec 2017 14:10:33 -0800 Subject: Few more updates to cmakelists --- Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') 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 ) -- cgit v1.2.3