2018-03-14 13:51:29 +08:00
|
|
|
set(COCOS_PHYSICS3D_HEADER
|
2018-05-02 15:33:01 +08:00
|
|
|
physics3d/CCPhysics3DConstraint.h
|
|
|
|
physics3d/CCPhysics3DShape.h
|
|
|
|
physics3d/CCPhysics3D.h
|
|
|
|
physics3d/CCPhysics3DWorld.h
|
|
|
|
physics3d/CCPhysicsSprite3D.h
|
|
|
|
physics3d/CCPhysics3DObject.h
|
|
|
|
physics3d/CCPhysics3DComponent.h
|
|
|
|
physics3d/CCPhysics3DDebugDrawer.h
|
|
|
|
)
|
2015-05-08 15:49:33 +08:00
|
|
|
|
|
|
|
set(COCOS_PHYSICS3D_SRC
|
2018-05-02 15:33:01 +08:00
|
|
|
physics3d/CCPhysics3D.cpp
|
|
|
|
physics3d/CCPhysics3DComponent.cpp
|
|
|
|
physics3d/CCPhysics3DConstraint.cpp
|
|
|
|
physics3d/CCPhysics3DDebugDrawer.cpp
|
|
|
|
physics3d/CCPhysics3DObject.cpp
|
|
|
|
physics3d/CCPhysics3DShape.cpp
|
|
|
|
physics3d/CCPhysics3DWorld.cpp
|
|
|
|
physics3d/CCPhysicsSprite3D.cpp
|
|
|
|
)
|