summaryrefslogtreecommitdiffstats
path: root/External/lua-5.2.3
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-05 02:38:15 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-05 02:38:15 +0000
commite1a00408e79991c439e15e461cb0622e44f7a704 (patch)
treecac81617d460957231e78315e3c83fdc00bf9c8d /External/lua-5.2.3
parentAdded cmake files (diff)
downloadDiligentTools-e1a00408e79991c439e15e461cb0622e44f7a704.tar.gz
DiligentTools-e1a00408e79991c439e15e461cb0622e44f7a704.zip
CMake: Added grouping of projects in VS solution
Diffstat (limited to 'External/lua-5.2.3')
-rw-r--r--External/lua-5.2.3/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/External/lua-5.2.3/CMakeLists.txt b/External/lua-5.2.3/CMakeLists.txt
index ffbf82d..c126b50 100644
--- a/External/lua-5.2.3/CMakeLists.txt
+++ b/External/lua-5.2.3/CMakeLists.txt
@@ -87,3 +87,7 @@ endif()
source_group("source" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
+
+set_target_properties(Lua PROPERTIES
+ FOLDER Tools/External
+) \ No newline at end of file