mirror of https://github.com/axmolengine/axmol.git
16 lines
429 B
CMake
16 lines
429 B
CMake
|
|
||
|
set(COCOS_PHYSICS_SRC
|
||
|
|
||
|
physics/CCPhysicsBody.cpp
|
||
|
physics/CCPhysicsContact.cpp
|
||
|
physics/CCPhysicsJoint.cpp
|
||
|
physics/CCPhysicsShape.cpp
|
||
|
physics/CCPhysicsWorld.cpp
|
||
|
physics/chipmunk/CCPhysicsBodyInfo_chipmunk.cpp
|
||
|
physics/chipmunk/CCPhysicsContactInfo_chipmunk.cpp
|
||
|
physics/chipmunk/CCPhysicsJointInfo_chipmunk.cpp
|
||
|
physics/chipmunk/CCPhysicsShapeInfo_chipmunk.cpp
|
||
|
physics/chipmunk/CCPhysicsWorldInfo_chipmunk.cpp
|
||
|
|
||
|
)
|