As modules concern all 3 versions of the game, they're now installed in the root directory

This commit is contained in:
smallmodel 2023-08-25 22:57:23 +02:00
parent f61bda330e
commit 78b3ad8075
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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)