CMakeLists.txt 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. include_directories(
  2. ../external/ConvertUTF
  3. ../external/poly2tri
  4. ../external/poly2tri/common
  5. ../external/poly2tri/sweep
  6. )
  7. set(COCOS_2D_HEADER
  8. 2d/CCActionPageTurn3D.h
  9. 2d/CCActionTween.h
  10. 2d/CCGrid.h
  11. 2d/CCSpriteFrameCache.h
  12. 2d/CCTMXTiledMap.h
  13. 2d/CCLayer.h
  14. 2d/CCActionCamera.h
  15. 2d/CCLabelTTF.h
  16. 2d/CCParticleExamples.h
  17. 2d/CCSprite.h
  18. 2d/CCNode.h
  19. 2d/CCComponentContainer.h
  20. 2d/CCActionProgressTimer.h
  21. 2d/CCTweenFunction.h
  22. 2d/CCLight.h
  23. 2d/CCAutoPolygon.h
  24. 2d/CCFontAtlas.h
  25. 2d/CCAtlasNode.h
  26. 2d/CCClippingNode.h
  27. 2d/CCRenderTexture.h
  28. 2d/CCActionInterval.h
  29. 2d/CCTMXXMLParser.h
  30. 2d/CCActionInstant.h
  31. 2d/CCLabel.h
  32. 2d/CCComponent.h
  33. 2d/CCLabelAtlas.h
  34. 2d/CCActionCatmullRom.h
  35. 2d/CCActionGrid.h
  36. 2d/CCDrawingPrimitives.h
  37. 2d/CCParticleBatchNode.h
  38. 2d/CCClippingRectangleNode.h
  39. 2d/CCActionEase.h
  40. 2d/CCScene.h
  41. 2d/CCProtectedNode.h
  42. 2d/CCTextFieldTTF.h
  43. 2d/CCAnimationCache.h
  44. 2d/CCFastTMXLayer.h
  45. 2d/CCFontAtlasCache.h
  46. 2d/CCFont.h
  47. 2d/CCParticleSystemQuad.h
  48. 2d/CCActionGrid3D.h
  49. 2d/CCCameraBackgroundBrush.h
  50. 2d/CCFastTMXTiledMap.h
  51. 2d/CCLabelTextFormatter.h
  52. 2d/CCMenuItem.h
  53. 2d/CCLabelBMFont.h
  54. 2d/CCFontFNT.h
  55. 2d/CCSpriteBatchNode.h
  56. 2d/CCTransitionProgress.h
  57. 2d/CCSpriteFrame.h
  58. 2d/CCTMXObjectGroup.h
  59. 2d/CCAnimation.h
  60. 2d/CCNodeGrid.h
  61. 2d/CCFontFreeType.h
  62. 2d/CCGLBufferedNode.h
  63. 2d/CCAction.h
  64. 2d/CCTransition.h
  65. 2d/CCTransitionPageTurn.h
  66. 2d/CCFontCharMap.h
  67. 2d/CCParticleSystem.h
  68. 2d/CCProgressTimer.h
  69. 2d/CCTileMapAtlas.h
  70. 2d/CCActionTiledGrid.h
  71. 2d/CCActionManager.h
  72. 2d/CCMotionStreak.h
  73. 2d/CCMenu.h
  74. 2d/CCDrawNode.h
  75. 2d/CCTMXLayer.h
  76. 2d/CCCamera.h
  77. 2d/CCParallaxNode.h
  78. 2d/CCGrabber.h
  79. )
  80. set(COCOS_2D_SRC
  81. 2d/CCActionCamera.cpp
  82. 2d/CCActionCatmullRom.cpp
  83. 2d/CCAction.cpp
  84. 2d/CCActionEase.cpp
  85. 2d/CCActionGrid3D.cpp
  86. 2d/CCActionGrid.cpp
  87. 2d/CCActionInstant.cpp
  88. 2d/CCActionInterval.cpp
  89. 2d/CCActionManager.cpp
  90. 2d/CCActionPageTurn3D.cpp
  91. 2d/CCActionProgressTimer.cpp
  92. 2d/CCActionTiledGrid.cpp
  93. 2d/CCActionTween.cpp
  94. 2d/CCAnimationCache.cpp
  95. 2d/CCAnimation.cpp
  96. 2d/CCAtlasNode.cpp
  97. 2d/CCCamera.cpp
  98. 2d/CCCameraBackgroundBrush.cpp
  99. 2d/CCClippingNode.cpp
  100. 2d/CCClippingRectangleNode.cpp
  101. 2d/CCComponentContainer.cpp
  102. 2d/CCComponent.cpp
  103. 2d/CCDrawingPrimitives.cpp
  104. 2d/CCDrawNode.cpp
  105. 2d/CCFastTMXLayer.cpp
  106. 2d/CCFastTMXTiledMap.cpp
  107. 2d/CCFontAtlasCache.cpp
  108. 2d/CCFontAtlas.cpp
  109. 2d/CCFontCharMap.cpp
  110. 2d/CCFont.cpp
  111. 2d/CCFontFNT.cpp
  112. 2d/CCFontFreeType.cpp
  113. 2d/CCGLBufferedNode.cpp
  114. 2d/CCGrabber.cpp
  115. 2d/CCGrid.cpp
  116. 2d/CCLabelAtlas.cpp
  117. 2d/CCLabelBMFont.cpp
  118. 2d/CCLabel.cpp
  119. 2d/CCLabelTextFormatter.cpp
  120. 2d/CCLabelTTF.cpp
  121. 2d/CCLayer.cpp
  122. 2d/CCLight.cpp
  123. 2d/CCMenu.cpp
  124. 2d/CCMenuItem.cpp
  125. 2d/CCMotionStreak.cpp
  126. 2d/CCNode.cpp
  127. 2d/CCNodeGrid.cpp
  128. 2d/CCParallaxNode.cpp
  129. 2d/CCParticleBatchNode.cpp
  130. 2d/CCParticleExamples.cpp
  131. 2d/CCParticleSystem.cpp
  132. 2d/CCParticleSystemQuad.cpp
  133. 2d/CCProgressTimer.cpp
  134. 2d/CCProtectedNode.cpp
  135. 2d/CCRenderTexture.cpp
  136. 2d/CCScene.cpp
  137. 2d/CCSpriteBatchNode.cpp
  138. 2d/CCSprite.cpp
  139. 2d/CCSpriteFrameCache.cpp
  140. 2d/CCSpriteFrame.cpp
  141. 2d/CCAutoPolygon.cpp
  142. ../external/clipper/clipper.cpp
  143. 2d/CCTextFieldTTF.cpp
  144. 2d/CCTileMapAtlas.cpp
  145. 2d/CCTMXLayer.cpp
  146. 2d/CCTMXObjectGroup.cpp
  147. 2d/CCTMXTiledMap.cpp
  148. 2d/CCTMXXMLParser.cpp
  149. 2d/CCTransition.cpp
  150. 2d/CCTransitionPageTurn.cpp
  151. 2d/CCTransitionProgress.cpp
  152. 2d/CCTweenFunction.cpp
  153. )