123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- include_directories(
- ../external/ConvertUTF
- ../external/poly2tri
- ../external/poly2tri/common
- ../external/poly2tri/sweep
- )
- set(COCOS_2D_HEADER
- 2d/CCActionPageTurn3D.h
- 2d/CCActionTween.h
- 2d/CCGrid.h
- 2d/CCSpriteFrameCache.h
- 2d/CCTMXTiledMap.h
- 2d/CCLayer.h
- 2d/CCActionCamera.h
- 2d/CCLabelTTF.h
- 2d/CCParticleExamples.h
- 2d/CCSprite.h
- 2d/CCNode.h
- 2d/CCComponentContainer.h
- 2d/CCActionProgressTimer.h
- 2d/CCTweenFunction.h
- 2d/CCLight.h
- 2d/CCAutoPolygon.h
- 2d/CCFontAtlas.h
- 2d/CCAtlasNode.h
- 2d/CCClippingNode.h
- 2d/CCRenderTexture.h
- 2d/CCActionInterval.h
- 2d/CCTMXXMLParser.h
- 2d/CCActionInstant.h
- 2d/CCLabel.h
- 2d/CCComponent.h
- 2d/CCLabelAtlas.h
- 2d/CCActionCatmullRom.h
- 2d/CCActionGrid.h
- 2d/CCDrawingPrimitives.h
- 2d/CCParticleBatchNode.h
- 2d/CCClippingRectangleNode.h
- 2d/CCActionEase.h
- 2d/CCScene.h
- 2d/CCProtectedNode.h
- 2d/CCTextFieldTTF.h
- 2d/CCAnimationCache.h
- 2d/CCFastTMXLayer.h
- 2d/CCFontAtlasCache.h
- 2d/CCFont.h
- 2d/CCParticleSystemQuad.h
- 2d/CCActionGrid3D.h
- 2d/CCCameraBackgroundBrush.h
- 2d/CCFastTMXTiledMap.h
- 2d/CCLabelTextFormatter.h
- 2d/CCMenuItem.h
- 2d/CCLabelBMFont.h
- 2d/CCFontFNT.h
- 2d/CCSpriteBatchNode.h
- 2d/CCTransitionProgress.h
- 2d/CCSpriteFrame.h
- 2d/CCTMXObjectGroup.h
- 2d/CCAnimation.h
- 2d/CCNodeGrid.h
- 2d/CCFontFreeType.h
- 2d/CCGLBufferedNode.h
- 2d/CCAction.h
- 2d/CCTransition.h
- 2d/CCTransitionPageTurn.h
- 2d/CCFontCharMap.h
- 2d/CCParticleSystem.h
- 2d/CCProgressTimer.h
- 2d/CCTileMapAtlas.h
- 2d/CCActionTiledGrid.h
- 2d/CCActionManager.h
- 2d/CCMotionStreak.h
- 2d/CCMenu.h
- 2d/CCDrawNode.h
- 2d/CCTMXLayer.h
- 2d/CCCamera.h
- 2d/CCParallaxNode.h
- 2d/CCGrabber.h
- )
- set(COCOS_2D_SRC
- 2d/CCActionCamera.cpp
- 2d/CCActionCatmullRom.cpp
- 2d/CCAction.cpp
- 2d/CCActionEase.cpp
- 2d/CCActionGrid3D.cpp
- 2d/CCActionGrid.cpp
- 2d/CCActionInstant.cpp
- 2d/CCActionInterval.cpp
- 2d/CCActionManager.cpp
- 2d/CCActionPageTurn3D.cpp
- 2d/CCActionProgressTimer.cpp
- 2d/CCActionTiledGrid.cpp
- 2d/CCActionTween.cpp
- 2d/CCAnimationCache.cpp
- 2d/CCAnimation.cpp
- 2d/CCAtlasNode.cpp
- 2d/CCCamera.cpp
- 2d/CCCameraBackgroundBrush.cpp
- 2d/CCClippingNode.cpp
- 2d/CCClippingRectangleNode.cpp
- 2d/CCComponentContainer.cpp
- 2d/CCComponent.cpp
- 2d/CCDrawingPrimitives.cpp
- 2d/CCDrawNode.cpp
- 2d/CCFastTMXLayer.cpp
- 2d/CCFastTMXTiledMap.cpp
- 2d/CCFontAtlasCache.cpp
- 2d/CCFontAtlas.cpp
- 2d/CCFontCharMap.cpp
- 2d/CCFont.cpp
- 2d/CCFontFNT.cpp
- 2d/CCFontFreeType.cpp
- 2d/CCGLBufferedNode.cpp
- 2d/CCGrabber.cpp
- 2d/CCGrid.cpp
- 2d/CCLabelAtlas.cpp
- 2d/CCLabelBMFont.cpp
- 2d/CCLabel.cpp
- 2d/CCLabelTextFormatter.cpp
- 2d/CCLabelTTF.cpp
- 2d/CCLayer.cpp
- 2d/CCLight.cpp
- 2d/CCMenu.cpp
- 2d/CCMenuItem.cpp
- 2d/CCMotionStreak.cpp
- 2d/CCNode.cpp
- 2d/CCNodeGrid.cpp
- 2d/CCParallaxNode.cpp
- 2d/CCParticleBatchNode.cpp
- 2d/CCParticleExamples.cpp
- 2d/CCParticleSystem.cpp
- 2d/CCParticleSystemQuad.cpp
- 2d/CCProgressTimer.cpp
- 2d/CCProtectedNode.cpp
- 2d/CCRenderTexture.cpp
- 2d/CCScene.cpp
- 2d/CCSpriteBatchNode.cpp
- 2d/CCSprite.cpp
- 2d/CCSpriteFrameCache.cpp
- 2d/CCSpriteFrame.cpp
- 2d/CCAutoPolygon.cpp
- ../external/clipper/clipper.cpp
- 2d/CCTextFieldTTF.cpp
- 2d/CCTileMapAtlas.cpp
- 2d/CCTMXLayer.cpp
- 2d/CCTMXObjectGroup.cpp
- 2d/CCTMXTiledMap.cpp
- 2d/CCTMXXMLParser.cpp
- 2d/CCTransition.cpp
- 2d/CCTransitionPageTurn.cpp
- 2d/CCTransitionProgress.cpp
- 2d/CCTweenFunction.cpp
- )
|