- applied Mac osX patch #4 from GeoVah (thank you)

This commit is contained in:
Mark Vejvoda
2010-09-24 15:26:16 +00:00
parent e8b28b4298
commit 61b66fb761
2 changed files with 6 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ SET_SOURCE_FILES_PROPERTIES(${MG_INCLUDE_FILES} PROPERTIES HEADER_FILE_ONLY 1)
# [RCL] FIXME: make it compiler-agnostic
SET(CMAKE_CXX_FLAGS "-O3 -fno-strict-aliasing -frounding-math -fsignaling-nans -mfpmath=sse -msse")
ADD_LIBRARY(glest_lib ${MG_SOURCE_FILES})
ADD_LIBRARY(glest_lib ${MG_SOURCE_FILES} ${MG_INCLUDE_FILES})
TARGET_LINK_LIBRARIES(glest_lib streflop)
TARGET_LINK_LIBRARIES(glest_lib ${EXTERNAL_LIBS})