2019-11-23 20:27:39 +08:00
|
|
|
set(COCOS_PHYSICS3D_HEADER
|
|
|
|
physics3d/CCPhysics3DConstraint.h
|
|
|
|
physics3d/CCPhysics3DShape.h
|
|
|
|
physics3d/CCPhysics3D.h
|
|
|
|
physics3d/CCPhysics3DWorld.h
|
2022-07-05 14:48:46 +08:00
|
|
|
physics3d/CCPhysicsMeshRenderer.h
|
2019-11-23 20:27:39 +08:00
|
|
|
physics3d/CCPhysics3DObject.h
|
|
|
|
physics3d/CCPhysics3DComponent.h
|
|
|
|
physics3d/CCPhysics3DDebugDrawer.h
|
|
|
|
)
|
|
|
|
|
|
|
|
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
|
2022-07-05 14:48:46 +08:00
|
|
|
physics3d/CCPhysicsMeshRenderer.cpp
|
2019-11-23 20:27:39 +08:00
|
|
|
)
|