mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-16 12:12:53 +08:00
20 lines
597 B
CMake
20 lines
597 B
CMake
|
|
SET(CCNOTIFICATION_CENTER_SRC
|
|
cocos2d-x-compare/CCNotificationCenterPerformance.cpp
|
|
cocos2d-x/cocos2dx/support/CCNotificationCenter.cpp
|
|
cocos2d-x/cocos2dx/cocoa/CCObject.cpp
|
|
cocos2d-x/cocos2dx/cocoa/CCArray.cpp
|
|
cocos2d-x/cocos2dx/cocoa/CCInteger.h
|
|
cocos2d-x/cocos2dx/cocoa/CCAutoreleasePool.cpp
|
|
cocos2d-x/cocos2dx/support/data_support/ccCArray.cpp
|
|
cocos2d-x/cocos2dx/cocoa/CCGeometry.cpp
|
|
)
|
|
SET(CCNOTIFICATION_CENTER_INCLUDE
|
|
cocos2d-x/cocos2dx/
|
|
cocos2d-x/cocos2dx/include
|
|
cocos2d-x/cocos2dx/platform/linux
|
|
cocos2d-x/cocos2dx/kazmath/include
|
|
)
|
|
|
|
ADD_DEFINITIONS(-DLINUX)
|