Skip to content

Commit

Permalink
Update CMakeList.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kapodamy committed Dec 8, 2024
1 parent 952056c commit b909b66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ else()
set(GAME_VERSION 3 CACHE STRING "The game version to use. Defaults to 3 == Last pre-plus release")
endif()

if(MINGW)
set(CMAKE_SHARED_LIBRARY_PREFIX "")
endif()

set(GAME_NAME "SonicMania" CACHE STRING "The game directory to look into")
set(GAME_OUTPUT_NAME "Game" CACHE STRING "The name of the built library")

Expand Down

0 comments on commit b909b66

Please sign in to comment.