From 20cca1f50b9e074cf2823b6769eca74d0963957c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 4 Dec 2017 18:37:16 -0800 Subject: CMake: Added grouping of projects in VS solution --- Graphics/GraphicsEngine/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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}) -- cgit v1.2.3