From 1d9850102097a32fc5fb9fce7b5435f376b1225f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 12 Dec 2017 17:01:59 -0800 Subject: Few more updates to cmake lists --- Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt index 4c00e862..54893574 100644 --- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt +++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt @@ -173,11 +173,7 @@ if(MSVC) ) endif() -source_group("src" FILES - ${SOURCE} - src/DLLMain.cpp - src/GraphicsEngineOpenGL.def -) +source_group("src" FILES ${SOURCE}) if(PLATFORM_WIN32) source_group("dll" FILES src/DLLMain.cpp -- cgit v1.2.3