| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- # set up common includes
- INCLUDE(PolycodeIncludes)
- SET(polycore_SRCS
- Source/OSBasics.cpp
- Source/PolyBezierCurve.cpp
- Source/PolyBone.cpp
- Source/PolyCamera.cpp
- Source/PolyColor.cpp
- Source/PolyConfig.cpp
- Source/PolyCore.cpp
- Source/PolyCoreInput.cpp
- Source/PolyCoreServices.cpp
- Source/PolyCubemap.cpp
- Source/PolyData.cpp
- Source/PolyEntity.cpp
- Source/PolyEvent.cpp
- Source/PolyEventDispatcher.cpp
- Source/PolyEventHandler.cpp
- Source/PolyFixedShader.cpp
- Source/PolyFont.cpp
- Source/PolyFontGlyphSheet.cpp
- Source/PolyFontManager.cpp
- Source/PolyGLCubemap.cpp
- Source/PolyGLRenderer.cpp
- Source/PolyGLSLProgram.cpp
- Source/PolyGLSLShader.cpp
- Source/PolyGLSLShaderModule.cpp
- Source/PolyGLTexture.cpp
- Source/PolyGLVertexBuffer.cpp
- Source/PolyImage.cpp
- Source/PolyInputEvent.cpp
- Source/PolyLabel.cpp
- Source/PolyLogger.cpp
- Source/PolyMaterial.cpp
- Source/PolyMaterialManager.cpp
- Source/PolyMatrix4.cpp
- Source/PolyMesh.cpp
- Source/PolyModule.cpp
- Source/PolyObject.cpp
- Source/PolyParticleEmitter.cpp
- Source/PolyPerlin.cpp
- Source/PolyQuaternion.cpp
- Source/PolyQuaternionCurve.cpp
- Source/PolyRectangle.cpp
- Source/PolyRenderer.cpp
- Source/PolyRenderDataArray.cpp
- Source/PolyResource.cpp
- Source/PolyResourceManager.cpp
- Source/PolyScene.cpp
- Source/PolySceneLabel.cpp
- Source/PolySceneLight.cpp
- Source/PolySceneLine.cpp
- Source/PolySceneManager.cpp
- Source/PolySceneMesh.cpp
- Source/PolyScenePrimitive.cpp
- Source/PolySceneImage.cpp
- Source/PolySceneRenderTexture.cpp
- Source/PolySceneSound.cpp
- Source/PolyShader.cpp
- Source/PolySkeleton.cpp
- Source/PolySound.cpp
- Source/PolySoundManager.cpp
- Source/PolyString.cpp
- Source/PolyTextMesh.cpp
- Source/PolyTexture.cpp
- Source/PolyThreaded.cpp
- Source/PolyTimer.cpp
- Source/PolyTimerManager.cpp
- Source/PolyTween.cpp
- Source/PolyTweenManager.cpp
- Source/PolyVector2.cpp
- Source/PolyVector3.cpp
- Source/PolyVector4.cpp
- Source/tinystr.cpp
- Source/tinyxml.cpp
- Source/tinyxmlerror.cpp
- Source/tinyxmlparser.cpp
- Source/PolySocket.cpp
- Source/PolyPeer.cpp
- Source/PolyClient.cpp
- Source/PolyServer.cpp
- Source/PolyRay.cpp
- Source/PolySceneSprite.cpp
- Source/PolySceneEntityInstance.cpp
- Source/rgbe.cpp
- )
- SET(polycore_HDRS
- Include/OSBasics.h
- Include/PolyBezierCurve.h
- Include/PolyBone.h
- Include/PolyCamera.h
- Include/Polycode.h
- Include/PolyColor.h
- Include/PolyConfig.h
- Include/PolyCore.h
- Include/PolyCoreInput.h
- Include/PolyCoreServices.h
- Include/PolyCubemap.h
- Include/PolyData.h
- Include/PolyEntity.h
- Include/PolyEventDispatcher.h
- Include/PolyEvent.h
- Include/PolyEventHandler.h
- Include/PolyFixedShader.h
- Include/PolyFont.h
- Include/PolyFontGlyphSheet.h
- Include/PolyFontManager.h
- Include/PolyGLCubemap.h
- Include/PolyGLHeaders.h
- Include/PolyGlobals.h
- Include/PolyGLRenderer.h
- Include/PolyGLSLProgram.h
- Include/PolyGLSLShader.h
- Include/PolyGLSLShaderModule.h
- Include/PolyGLTexture.h
- Include/PolyGLVertexBuffer.h
- Include/PolyImage.h
- Include/PolyInputEvent.h
- Include/PolyInputKeys.h
- Include/PolyLabel.h
- Include/PolyLogger.h
- Include/PolyMaterial.h
- Include/PolyMaterialManager.h
- Include/PolyMatrix4.h
- Include/PolyMesh.h
- Include/PolyModule.h
- Include/PolyObject.h
- Include/PolyParticleEmitter.h
- Include/PolyPerlin.h
- Include/PolyQuaternionCurve.h
- Include/PolyQuaternion.h
- Include/PolyRectangle.h
- Include/PolyRenderer.h
- Include/PolyRenderDataArray.h
- Include/PolyResource.h
- Include/PolyResourceManager.h
- Include/PolyScene.h
- Include/PolySceneLabel.h
- Include/PolySceneLight.h
- Include/PolySceneLine.h
- Include/PolySceneManager.h
- Include/PolySceneMesh.h
- Include/PolyScenePrimitive.h
- Include/PolySceneImage.h
- Include/PolySceneRenderTexture.h
- Include/PolySceneSound.h
- Include/PolyShader.h
- Include/PolySkeleton.h
- Include/PolySound.h
- Include/PolySoundManager.h
- Include/PolyString.h
- Include/PolyTextMesh.h
- Include/PolyTexture.h
- Include/PolyThreaded.h
- Include/PolyTimer.h
- Include/PolyTimerManager.h
- Include/PolyTween.h
- Include/PolyTweenManager.h
- Include/PolyVector2.h
- Include/PolyVector3.h
- Include/PolyVector4.h
- Include/tinystr.h
- Include/tinyxml.h
- Include/PolySocket.h
- Include/PolyPeer.h
- Include/PolyClient.h
- Include/PolyServer.h
- Include/PolyServerWorld.h
- Include/PolyRay.h
- Include/PolySceneSprite.h
- Include/PolySceneEntityInstance.h
- Include/rgbe.h
- )
- SET(CMAKE_DEBUG_POSTFIX "_d")
- # TODO: iPhone
- # Include/PolyiPhoneCore.h
- # Include/Poly_iPhone.h
- # Source/PolyiPhoneCore.cpp
- # TODO: PolyGLES1
- # Include/PolyGLES1Renderer.h
- # Include/PolyGLES1Texture.h
- # Source/PolyGLES1Renderer.cpp
- # Source/PolyGLES1Texture.cpp
- # platform specific
- IF (MINGW)
- SET(polycore_SRCS ${polycore_SRCS}
- Source/GLee.cpp
- )
- ENDIF(MINGW)
- INCLUDE(FindPkgConfig)
- IF(MSVC OR MINGW)
- SET(polycore_SRCS ${polycore_SRCS} PolycodeView/MSVC/PolycodeView.cpp Source/PolyWinCore.cpp)
- SET(polycore_HDRS ${polycore_HDRS} PolycodeView/MSVC/PolycodeView.h Include/PolyWinCore.h)
- ELSEIF(APPLE)
- SET(polycore_SRCS ${polycore_SRCS} "PolycodeView/Mac OS X/PolycodeView.mm" Source/PolyCocoaCore.mm)
- SET(polycore_HDRS ${polycore_HDRS} "PolycodeView/Mac OS X/PolycodeView.h" Include/PolyCocoaCore.h)
- # SET(EXTRA_LIBS "-framework Cocoa")
- ELSE(MSVC OR MINGW)
- SET(polycore_SRCS ${polycore_SRCS} PolycodeView/Linux/PolycodeView.cpp Source/PolySDLCore.cpp)
- SET(polycore_HDRS ${polycore_HDRS} PolycodeView/Linux/PolycodeView.h Include/PolySDLCore.h)
- ENDIF(MSVC OR MINGW)
- #IF(POLYCODE_BUILD_SHARED)
- # ADD_LIBRARY(Polycore_dynamic SHARED ${polycore_SRCS} ${polycore_HDRS})
- # TARGET_LINK_LIBRARIES(Polycore_dynamic
- # ${OPENGL_LIBRARIES}
- # ${OPENAL_LIBRARY}
- # ${PNG_LIBRARIES}
- # ${FREETYPE_LIBRARIES}
- # ${PHYSFS_LIBRARY}
- # ${OGG_LIBRARIES}
- # ${VORBIS_LIBRARIES}
- # ${VORBISFILE_LIBRARIES}
- # ${SDL_LIBRARY}
- # ${EXTRA_LIBS})
- #ENDIF(POLYCODE_BUILD_SHARED)
- #IF(POLYCODE_BUILD_STATIC)
- ADD_LIBRARY(Polycore ${polycore_SRCS} ${polycore_HDRS})
- #ENDIF(POLYCODE_BUILD_STATIC)
- # On linux, check for x11
- IF("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
- # TODO: Allow to set X11 path manually instead of using pkg-config
- IF(NOT ${PKG_CONFIG_FOUND})
- message( FATAL_ERROR "You seem to be using Linux, but pkg-config is not installed. Please install pkg-config." )
- endif()
- PKG_CHECK_MODULES(X11 x11)
- IF(${X11_FOUND})
- INCLUDE_DIRECTORIES(${X11_INCLUDE_DIRS})
- SET_TARGET_PROPERTIES(Polycore PROPERTIES COMPILE_FLAGS "-DUSE_X11")
- ELSE()
- message( FATAL_ERROR "You seem to be using Linux, but X11 is not installed. Please install X11." )
- ENDIF()
- ENDIF()
- IF(POLYCODE_INSTALL_FRAMEWORK)
- # install headers
- INSTALL(FILES ${polycore_HDRS}
- DESTINATION Core/include)
- IF(MSVC OR MINGW)
- INSTALL(FILES "PolycodeView/MSVC/PolycodeView.h" "PolycodeView/MSVC/PolycodeView.cpp"
- DESTINATION "Core/PolycodeView")
- ELSEIF(APPLE)
- INSTALL(FILES "PolycodeView/Mac OS X/PolycodeView.h" "PolycodeView/Mac OS X/PolycodeView.mm"
- DESTINATION "Core/PolycodeView")
- ELSE(MSVC OR MINGW)
- INSTALL(FILES "PolycodeView/Linux/PolycodeView.h" "PolycodeView/Linux/PolycodeView.cpp"
- DESTINATION "Core/PolycodeView")
- ENDIF(MSVC OR MINGW)
- # install libraries
- # IF(POLYCODE_BUILD_SHARED)
- # INSTALL(TARGETS Polycore_dynamic EXPORT Polycore-targets
- # DESTINATION ${POLYCODE_RELEASE_DIR}/Framework/Core/lib)
- # ENDIF(POLYCODE_BUILD_SHARED)
-
- # IF(POLYCODE_BUILD_STATIC)
- INSTALL(TARGETS Polycore EXPORT Polycore-targets
- DESTINATION Core/lib)
- # ENDIF(POLYCODE_BUILD_STATIC)
- ENDIF(POLYCODE_INSTALL_FRAMEWORK)
- IF(POLYCODE_INSTALL_PLAYER)
- # install core libs for player
- # IF(POLYCODE_BUILD_SHARED)
- # INSTALL(TARGETS Polycore_dynamic DESTINATION ${POLYCODE_RELEASE_DIR}/Player)
- # END(POLYCODE_BUILD_SHARED)
-
- # INSTALL(DIRECTORY ${POLYCODE_RELEASE_DIR}/Framework/Core/Dependencies/bin/
- # DESTINATION ${POLYCODE_RELEASE_DIR}/Player)
- ENDIF(POLYCODE_INSTALL_PLAYER)
|