2018-03-14 13:51:29 +08:00
|
|
|
set(COCOS_DEPRECATED_HEADER
|
|
|
|
|
2018-05-02 15:33:01 +08:00
|
|
|
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
|
|
|
|
)
|
2014-09-17 11:23:59 +08:00
|
|
|
|
|
|
|
set(COCOS_DEPRECATED_SRC
|
|
|
|
|
2018-05-02 15:33:01 +08:00
|
|
|
deprecated/CCArray.cpp
|
|
|
|
deprecated/CCDeprecated.cpp
|
|
|
|
deprecated/CCDictionary.cpp
|
|
|
|
deprecated/CCNotificationCenter.cpp
|
|
|
|
deprecated/CCSet.cpp
|
|
|
|
deprecated/CCString.cpp
|
2014-09-17 11:23:59 +08:00
|
|
|
|
2018-05-02 15:33:01 +08:00
|
|
|
)
|