mirror of https://github.com/axmolengine/axmol.git
11 lines
173 B
CMake
11 lines
173 B
CMake
|
|
||
|
set(COCOS_PHYSICS_SRC
|
||
|
|
||
|
physics/CCPhysicsBody.cpp
|
||
|
physics/CCPhysicsContact.cpp
|
||
|
physics/CCPhysicsJoint.cpp
|
||
|
physics/CCPhysicsShape.cpp
|
||
|
physics/CCPhysicsWorld.cpp
|
||
|
|
||
|
)
|