mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-05-10 19:13:44 +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
|
||||
)
|
||||
|
||||
IF(MINGW)
|
||||
IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR MINGW)
|
||||
SET_SOURCE_FILES_PROPERTIES(
|
||||
${BBGEDIR}/FmodOpenALBridge.cpp
|
||||
PROPERTIES COMPILE_FLAGS "-fpermissive"
|
||||
)
|
||||
ENDIF(MINGW)
|
||||
ENDIF()
|
||||
|
||||
SET(FTGL_SRCS
|
||||
${FTGLSRCDIR}/FTCharmap.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue