CMakeLists.txt 202 B

1234567891011
  1. set(COCOS_DEPRECATED_SRC
  2. deprecated/CCArray.cpp
  3. deprecated/CCDeprecated.cpp
  4. deprecated/CCDictionary.cpp
  5. deprecated/CCNotificationCenter.cpp
  6. deprecated/CCSet.cpp
  7. deprecated/CCString.cpp
  8. )