diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-05 02:38:15 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-05 02:38:15 +0000 |
| commit | e1a00408e79991c439e15e461cb0622e44f7a704 (patch) | |
| tree | cac81617d460957231e78315e3c83fdc00bf9c8d /TextureLoader | |
| parent | Added cmake files (diff) | |
| download | DiligentTools-e1a00408e79991c439e15e461cb0622e44f7a704.tar.gz DiligentTools-e1a00408e79991c439e15e461cb0622e44f7a704.zip | |
CMake: Added grouping of projects in VS solution
Diffstat (limited to 'TextureLoader')
| -rw-r--r-- | TextureLoader/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
