diff --git a/cmake/sdl2.cmake b/cmake/sdl2.cmake index a364f753..4a8ae675 100644 --- a/cmake/sdl2.cmake +++ b/cmake/sdl2.cmake @@ -1,5 +1,5 @@ # SDL2 -if (UNIX OR MINGW) +if (UNIX OR MINGW OR WIN32) add_subdirectory(src/lib/SDL) # When using bundled SDL, use the static target set(SDL_TARGETS SDL2-static)