include_directories(editor-support)

set(COCOS_SPINE_HEADER
    editor-support/spine/Animation.h
    editor-support/spine/EventData.h
    editor-support/spine/SkeletonAnimation.h
    editor-support/spine/SlotData.h
    editor-support/spine/SkeletonClipping.h
    editor-support/spine/PathAttachment.h
    editor-support/spine/PointAttachment.h
    editor-support/spine/Event.h
    editor-support/spine/Bone.h
    editor-support/spine/Atlas.h
    editor-support/spine/VertexAttachment.h
    editor-support/spine/SkeletonRenderer.h
    editor-support/spine/spine.h
    editor-support/spine/ClippingAttachment.h
    editor-support/spine/spine-cocos2dx.h
    editor-support/spine/Color.h
    editor-support/spine/Triangulator.h
    editor-support/spine/RegionAttachment.h
    editor-support/spine/Attachment.h
    editor-support/spine/TransformConstraint.h
    editor-support/spine/dll.h
    editor-support/spine/SkeletonJson.h
    editor-support/spine/IkConstraintData.h
    editor-support/spine/AnimationStateData.h
    editor-support/spine/kvec.h
    editor-support/spine/Skeleton.h
    editor-support/spine/Json.h
    editor-support/spine/AttachmentLoader.h
    editor-support/spine/Skin.h
    editor-support/spine/VertexEffect.h
    editor-support/spine/SkeletonBinary.h
    editor-support/spine/SkeletonData.h
    editor-support/spine/Array.h
    editor-support/spine/PathConstraintData.h
    editor-support/spine/SkeletonBatch.h
    editor-support/spine/TransformConstraintData.h
    editor-support/spine/Cocos2dAttachmentLoader.h
    editor-support/spine/extension.h
    editor-support/spine/PathConstraint.h
    editor-support/spine/IkConstraint.h
    editor-support/spine/BoundingBoxAttachment.h
    editor-support/spine/AttachmentVertices.h
    editor-support/spine/SkeletonTwoColorBatch.h
    editor-support/spine/SkeletonBounds.h
    editor-support/spine/Slot.h
    editor-support/spine/BoneData.h
    editor-support/spine/AnimationState.h
    editor-support/spine/MeshAttachment.h
    editor-support/spine/AtlasAttachmentLoader.h
    )

set(COCOS_SPINE_SRC
    editor-support/spine/Animation.c
    editor-support/spine/AnimationState.c
    editor-support/spine/AnimationStateData.c
    editor-support/spine/Array.c
    editor-support/spine/Atlas.c
    editor-support/spine/AtlasAttachmentLoader.c
    editor-support/spine/Attachment.c
    editor-support/spine/AttachmentLoader.c
    editor-support/spine/AttachmentVertices.cpp
    editor-support/spine/Bone.c
    editor-support/spine/BoneData.c
    editor-support/spine/BoundingBoxAttachment.c
    editor-support/spine/ClippingAttachment.c
    editor-support/spine/Cocos2dAttachmentLoader.cpp
    editor-support/spine/Color.c
    editor-support/spine/Event.c
    editor-support/spine/EventData.c
    editor-support/spine/IkConstraint.c
    editor-support/spine/IkConstraintData.c
    editor-support/spine/Json.c
    editor-support/spine/MeshAttachment.c
    editor-support/spine/PathAttachment.c
    editor-support/spine/PathConstraint.c
    editor-support/spine/PathConstraintData.c
    editor-support/spine/PointAttachment.c
    editor-support/spine/RegionAttachment.c
    editor-support/spine/Skeleton.c
    editor-support/spine/SkeletonAnimation.cpp
    editor-support/spine/SkeletonBatch.cpp
    editor-support/spine/SkeletonBinary.c
    editor-support/spine/SkeletonBounds.c
    editor-support/spine/SkeletonClipping.c
    editor-support/spine/SkeletonData.c
    editor-support/spine/SkeletonJson.c
    editor-support/spine/SkeletonRenderer.cpp
    editor-support/spine/SkeletonTwoColorBatch.cpp
    editor-support/spine/Skin.c
    editor-support/spine/Slot.c
    editor-support/spine/SlotData.c
    editor-support/spine/TransformConstraint.c
    editor-support/spine/TransformConstraintData.c
    editor-support/spine/Triangulator.c
    editor-support/spine/VertexAttachment.c
    editor-support/spine/VertexEffect.c
    editor-support/spine/extension.c
    editor-support/spine/spine-cocos2dx.cpp
    )
