From 1d9850102097a32fc5fb9fce7b5435f376b1225f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 12 Dec 2017 17:01:59 -0800 Subject: Few more updates to cmake lists --- Graphics/GraphicsEngine/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Graphics/GraphicsEngine') 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 +) -- cgit v1.2.3