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/GraphicsEngine | |
| parent | Updated CMake files (diff) | |
| download | DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.tar.gz DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.zip | |
Few more updates to cmake lists
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt index 0fbd7720..776b524e 100644 --- a/Graphics/GraphicsEngine/CMakeLists.txt +++ b/Graphics/GraphicsEngine/CMakeLists.txt @@ -64,9 +64,6 @@ PRIVATE ../GraphicsTools/include ) -set_target_properties(GraphicsEngine PROPERTIES - FOLDER Core/Graphics -) target_link_libraries(GraphicsEngine PRIVATE BuildSettings @@ -88,3 +85,7 @@ endif() source_group("src" FILES ${SOURCE}) source_group("include" FILES ${INCLUDE}) source_group("interface" FILES ${INTERFACE}) + +set_target_properties(GraphicsEngine PROPERTIES + FOLDER Core/Graphics +) |
