Merge branch 'cmake-remove-win32' into 'master'

cmake: remove win32 subdirectory

See merge request KartKrew/Kart-Public!296
This commit is contained in:
Eidolon 2022-08-23 00:49:45 +00:00
commit 377ed30207
1 changed files with 0 additions and 4 deletions

View File

@ -553,10 +553,6 @@ add_definitions(-DCMAKECONFIG)
add_subdirectory(sdl)
if(${CMAKE_SYSTEM} MATCHES Windows)
add_subdirectory(win32)
endif()
if(NOT ${SRB2_SDL2_AVAILABLE} AND NOT ${SRB2_WIN32_AVAILABLE})
message(FATAL_ERROR "There are no targets available to build an SRB2Kart executable. :(")
endif()