mirror of https://github.com/axmolengine/axmol.git
closed #3465: New spine runtime support, update CMakeLists.txt
This commit is contained in:
parent
0db2067f97
commit
ab7a273354
|
@ -26,6 +26,10 @@ set(SPINE_SRC
|
||||||
spine-cocos2dx.cpp
|
spine-cocos2dx.cpp
|
||||||
CCSkeleton.cpp
|
CCSkeleton.cpp
|
||||||
CCSkeletonAnimation.cpp
|
CCSkeletonAnimation.cpp
|
||||||
|
BoundingBoxAttachment.cpp
|
||||||
|
Event.cpp
|
||||||
|
EventData.cpp
|
||||||
|
SkeletonBounds.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
Loading…
Reference in New Issue