forked from mirror/openmw-tes3mp
Another temp fix for windows
This commit is contained in:
parent
b6ec64485c
commit
2639bc4383
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@ IF(SDL2_LIBRARY_TEMP)
|
|||
IF(MINGW)
|
||||
SET(SDL2_LIBRARY_TEMP ${MINGW32_LIBRARY} ${SDL2_LIBRARY_TEMP})
|
||||
ENDIF(MINGW)
|
||||
|
||||
IF(WIN32)
|
||||
SET(SDL2_LIBRARY_TEMP winmm imm32 version msimg32 ${SDL2_LIBRARY_TEMP})
|
||||
ENDIF(WIN32)
|
||||
|
||||
# Set the final string here so the GUI reflects the final state.
|
||||
SET(SDL2_LIBRARY ${SDL2_LIBRARY_TEMP} CACHE STRING "Where the SDL2 Library can be found")
|
||||
|
|
Loading…
Reference in a new issue