Blame view

ios/cocos2d/cocos/scripting/deprecated/CMakeLists.txt 642 Bytes
520389e3   xiaoyu   接入cocos源码,编译未通过,继续修改
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  set(COCOS_DEPRECATED_HEADER
      ../deprecated/CCDictionary.h
      ../deprecated/CCDouble.h
      ../deprecated/CCBool.h
      ../deprecated/CCDeprecated.h
      ../deprecated/CCNotificationCenter.h
      ../deprecated/CCString.h
      ../deprecated/CCFloat.h
      ../deprecated/CCSet.h
      ../deprecated/CCInteger.h
      ../deprecated/CCArray.h
      ../deprecated/CCDataVisitor.h
      )
  
  set(COCOS_DEPRECATED_SRC
      ../deprecated/CCDictionary.cpp
      ../deprecated/CCDeprecated.cpp
      ../deprecated/CCNotificationCenter.cpp
      ../deprecated/CCString.cpp
      ../deprecated/CCSet.cpp
      ../deprecated/CCArray.cpp
      ../deprecated/CCDataVisitor.cpp
      )