From 78b3ad8075674438d56e2dffb554f2ec257d610c Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Fri, 25 Aug 2023 22:57:23 +0200 Subject: [PATCH] As modules concern all 3 versions of the game, they're now installed in the root directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0b248ae..bea99ce3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(TARGET_GAME_TYPE) endif() -set(TARGET_BASE_GAME "main") +set(TARGET_BASE_GAME "./") set(CMAKE_DEBUG_POSTFIX "-dbg") if(MSVC)