1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-05-11 03:23:50 +00:00
This commit is contained in:
fgenesis 2011-08-08 04:26:00 +02:00
parent 9757cb2fca
commit f8b0c29ecd

View file

@ -418,12 +418,12 @@ SET(BBGE_SRCS_UNUSED
${BBGEDIR}/PointSprites.cpp ${BBGEDIR}/PointSprites.cpp
) )
IF(MINGW) IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR MINGW)
SET_SOURCE_FILES_PROPERTIES( SET_SOURCE_FILES_PROPERTIES(
${BBGEDIR}/FmodOpenALBridge.cpp ${BBGEDIR}/FmodOpenALBridge.cpp
PROPERTIES COMPILE_FLAGS "-fpermissive" PROPERTIES COMPILE_FLAGS "-fpermissive"
) )
ENDIF(MINGW) ENDIF()
SET(FTGL_SRCS SET(FTGL_SRCS
${FTGLSRCDIR}/FTCharmap.cpp ${FTGLSRCDIR}/FTCharmap.cpp