1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Make OpenMW able to initialize SDL in windows builds

This commit is contained in:
Alexander "Ace" Olofsson 2013-06-25 15:05:10 +02:00
parent d75391de8e
commit 0a2ed8b0d7
2 changed files with 2 additions and 0 deletions

View file

@ -112,6 +112,7 @@ target_link_libraries(openmw
${BULLET_LIBRARIES}
${MYGUI_LIBRARIES}
${SDL2_LIBRARY}
${SDL2MAIN_LIBRARY}
${MYGUI_PLATFORM_LIBRARIES}
${SHINY_LIBRARIES}
"oics"

View file

@ -2,6 +2,7 @@
#include <components/files/configurationmanager.hpp>
#include <SDL_main.h>
#include "engine.hpp"
#if defined(_WIN32) && !defined(_CONSOLE)