Move DLL projects to root of Solution Explorer

This commit is contained in:
Kawe Mazidjatari 2023-07-18 00:18:36 +02:00
parent 3637af34f6
commit 95ee7ddec6

View File

@ -65,4 +65,6 @@ add_subdirectory( pluginsdk )
set( FOLDER_CONTEXT "Game" )
add_subdirectory( vscript )
add_subdirectory( game )
set( FOLDER_CONTEXT "/" )
add_subdirectory( core )