X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=3ebfe8657eecd8d5de1a8779e8a23639c59a65d7;hb=92a6a5b3deaa3c03ab40851496b73bcdbba22fee;hp=bedcf427511780bef89ae87a34f99720bc2dc98f;hpb=1d7dff379697f207b2a100e0cc369d1b2a73a729;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bedcf42..3ebfe86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,8 +212,10 @@ if (NOT SDL_FOUND) endif (MSVC) if (MINGW) set(SDL_LIBRARY + "mingw32" ${SDLDIR}/lib/win32/mingw/libSDLmain.a ${SDLDIR}/lib/win32/mingw/libSDL.dll.a + "-mwindows" ) endif (MINGW) endif (WIN32)