summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-05 02:37:16 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-05 02:37:16 +0000
commit20cca1f50b9e074cf2823b6769eca74d0963957c (patch)
treecc1233fa9ea0baf57cb6d121c5cd5c8e3fb66818 /Graphics/GraphicsEngine
parentUpdated cmake build rules for File2String (diff)
downloadDiligentCore-20cca1f50b9e074cf2823b6769eca74d0963957c.tar.gz
DiligentCore-20cca1f50b9e074cf2823b6769eca74d0963957c.zip
CMake: Added grouping of projects in VS solution
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt
index 369b1042..8aed9f16 100644
--- a/Graphics/GraphicsEngine/CMakeLists.txt
+++ b/Graphics/GraphicsEngine/CMakeLists.txt
@@ -66,7 +66,9 @@ target_include_directories(GraphicsEngine
PRIVATE
../GraphicsTools/include
)
-
+set_target_properties(GraphicsEngine PROPERTIES
+ FOLDER Core/Graphics
+)
target_link_libraries(GraphicsEngine PRIVATE BuildSettings PlatformInterface Common)
source_group("src" FILES ${SOURCE})