From 95ee7ddec6aaca7f5352ad7e218096d3e720ab3f Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:18:36 +0200 Subject: [PATCH] Move DLL projects to root of Solution Explorer --- r5dev/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r5dev/CMakeLists.txt b/r5dev/CMakeLists.txt index 23305830..e72e3de1 100644 --- a/r5dev/CMakeLists.txt +++ b/r5dev/CMakeLists.txt @@ -65,4 +65,6 @@ add_subdirectory( pluginsdk ) set( FOLDER_CONTEXT "Game" ) add_subdirectory( vscript ) add_subdirectory( game ) + +set( FOLDER_CONTEXT "/" ) add_subdirectory( core )