From e1a00408e79991c439e15e461cb0622e44f7a704 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 4 Dec 2017 18:38:15 -0800 Subject: CMake: Added grouping of projects in VS solution --- TextureLoader/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TextureLoader') diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt index ccb9dc1..5cc1a9d 100644 --- a/TextureLoader/CMakeLists.txt +++ b/TextureLoader/CMakeLists.txt @@ -33,4 +33,8 @@ PUBLIC source_group("source" FILES ${SOURCE}) source_group("include" FILES ${INCLUDE}) -target_link_libraries(TextureLoader PRIVATE BuildSettings Common PlatformInterface GraphicsEngine GraphicsTools LibJpeg LibPng LibTiff Lua ZLib) \ No newline at end of file +target_link_libraries(TextureLoader PRIVATE BuildSettings Common PlatformInterface GraphicsEngine GraphicsTools LibJpeg LibPng LibTiff Lua ZLib) + +set_target_properties(TextureLoader PROPERTIES + FOLDER Tools +) \ No newline at end of file -- cgit v1.2.3