cmake: remove win32 subdirectory

This commit is contained in:
Eidolon 2022-08-22 19:43:59 -05:00
parent 153b5acc84
commit 72120025e6

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