diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-13 01:01:59 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-13 01:01:59 +0000 |
| commit | 1d9850102097a32fc5fb9fce7b5435f376b1225f (patch) | |
| tree | 7247ad7e58cc4d3c179648310bdab7aaa4c72f93 /Graphics/GraphicsEngineOpenGL | |
| parent | Updated CMake files (diff) | |
| download | DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.tar.gz DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.zip | |
Few more updates to cmake lists
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
