mirror of https://github.com/axmolengine/axmol.git
25 lines
527 B
CMake
25 lines
527 B
CMake
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
|
|
)
|
|
|
|
set(COCOS_DEPRECATED_SRC
|
|
|
|
deprecated/CCArray.cpp
|
|
deprecated/CCDeprecated.cpp
|
|
deprecated/CCDictionary.cpp
|
|
deprecated/CCNotificationCenter.cpp
|
|
deprecated/CCSet.cpp
|
|
deprecated/CCString.cpp
|
|
|
|
)
|