Reverted the changes for ill fated tweaks for Apple build

This commit is contained in:
Robert Osfield
2008-04-24 11:34:43 +00:00
parent bcee43bf44
commit 78964b4baa
14 changed files with 15 additions and 101 deletions

View File

@@ -48,16 +48,9 @@ SET(LIB_PUBLIC_HEADERS
${HEADER_PATH}/Version
)
IF(APPLE)
SET(ADD_LIBRARY_HEADERS "")
ELSEIF(APPLE)
SET(ADD_LIBRARY_HEADERS ${LIB_PUBLIC_HEADERS} )
ENDIF(APPLE)
# FIXME: For OS X, need flag for Framework or dylib
ADD_LIBRARY(${LIB_NAME}
${OPENSCENEGRAPH_USER_DEFINED_DYNAMIC_OR_STATIC}
${ADD_LIBRARY_HEADERS}
${LIB_PUBLIC_HEADERS}
CubeMapGenerator.cpp
CullVisitor.cpp
DelaunayTriangulator.cpp