Skip to content

Commit 093805f

Browse files
committed
Update CMakeLists.txt
1 parent 42b191c commit 093805f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ add_custom_command(TARGET modelviewer POST_BUILD
183183
add_executable(jenga_scene_builder
184184
src/jenga_scene_builder.cpp
185185
src/app/Scene.cpp
186+
src/app/components/ClothComponent.cpp
186187
src/app/components/TransformComponent.cpp
187188
src/app/components/MeshRendererComponent.cpp
188189
src/app/components/PointLightComponent.cpp
@@ -197,6 +198,7 @@ add_executable(jenga_scene_builder
197198
src/app/modeling/Texture.cpp
198199
src/app/modeling/TextureCache.cpp
199200
src/app/modeling/Transform.cpp
201+
src/physics/Cloth.cpp
200202
)
201203

202204
target_include_directories(jenga_scene_builder PRIVATE
@@ -265,6 +267,7 @@ add_executable(xpbd_rigid_harness
265267
src/xpbd_rigid_harness.cpp
266268
src/app/Scene.cpp
267269
src/app/PhysicsDemoSetup.cpp
270+
src/app/components/ClothComponent.cpp
268271
src/app/components/TransformComponent.cpp
269272
src/app/components/MeshRendererComponent.cpp
270273
src/app/components/RigidBodyComponent.cpp
@@ -280,6 +283,7 @@ add_executable(xpbd_rigid_harness
280283
src/app/modeling/Texture.cpp
281284
src/app/modeling/TextureCache.cpp
282285
src/app/modeling/Transform.cpp
286+
src/physics/Cloth.cpp
283287
src/physics/SphereBVH.cpp
284288
src/physics/SphereCollider.cpp
285289
src/physics/XPBD.cpp

0 commit comments

Comments
 (0)