mirror of https://github.com/axmolengine/axmol.git
13 lines
304 B
CMake
13 lines
304 B
CMake
|
|
set(COCOS_PHYSICS3D_SRC
|
|
|
|
physics3d/CCPhysics3D.cpp
|
|
physics3d/CCPhysics3DComponent.cpp
|
|
physics3d/CCPhysics3DConstraint.cpp
|
|
physics3d/CCPhysics3DDebugDrawer.cpp
|
|
physics3d/CCPhysics3DObject.cpp
|
|
physics3d/CCPhysics3DShape.cpp
|
|
physics3d/CCPhysics3DWorld.cpp
|
|
physics3d/CCPhysicsSprite3D.cpp
|
|
)
|