Fixed mingw compilation
This commit is contained in:
parent
3345fa6e51
commit
853084e75a
@ -43,6 +43,11 @@ ELSE (CMAKE_GENERATOR STREQUAL "Xcode")
|
||||
ENDIF (BUILD_SQUISH_WITH_ALTIVEC AND NOT WIN32)
|
||||
ENDIF (CMAKE_GENERATOR STREQUAL "Xcode")
|
||||
|
||||
# A fix for MinGW compilation
|
||||
IF (BUILD_SQUISH_WITH_SSE2 AND MINGW)
|
||||
ADD_DEFINITIONS(-msse2)
|
||||
ENDIF ()
|
||||
|
||||
SET(SQUISH_HDRS
|
||||
squish.h
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user