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 --- External/lua-5.2.3/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'External/lua-5.2.3') 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 -- cgit v1.2.3