mirror of https://github.com/axmolengine/axmol.git
18 lines
602 B
CMake
18 lines
602 B
CMake
set(COCOS_SPINE_HEADER
|
|
editor-support/spine/AttachmentVertices.h
|
|
editor-support/spine/SkeletonAnimation.h
|
|
editor-support/spine/SkeletonBatch.h
|
|
editor-support/spine/SkeletonRenderer.h
|
|
editor-support/spine/SkeletonTwoColorBatch.h
|
|
editor-support/spine/spine-cocos2dx.h
|
|
)
|
|
|
|
set(COCOS_SPINE_SRC
|
|
editor-support/spine/AttachmentVertices.cpp
|
|
editor-support/spine/SkeletonAnimation.cpp
|
|
editor-support/spine/SkeletonBatch.cpp
|
|
editor-support/spine/SkeletonRenderer.cpp
|
|
editor-support/spine/SkeletonTwoColorBatch.cpp
|
|
editor-support/spine/spine-cocos2dx.cpp
|
|
)
|