mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-05-11 03:23:50 +00:00
whoops
This commit is contained in:
parent
9757cb2fca
commit
f8b0c29ecd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue