axmol/cocos/scripting/deprecated/CMakeLists.txt

24 lines
642 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
../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
)