summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-13 01:01:59 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-13 01:01:59 +0000
commit1d9850102097a32fc5fb9fce7b5435f376b1225f (patch)
tree7247ad7e58cc4d3c179648310bdab7aaa4c72f93 /Graphics/GraphicsEngine
parentUpdated CMake files (diff)
downloadDiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.tar.gz
DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.zip
Few more updates to cmake lists
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/CMakeLists.txt7
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
+)