CMakeLists.txt 234 B

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