Skip to content

Commit

Permalink
Android.mk: add 3 glue files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 20, 2025
1 parent b36508c commit 79af8f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ $(N)/glue/i/IgnoreMultipleBodiesFilter.cpp \
$(N)/glue/i/IndexedTriangle.cpp \
$(N)/glue/i/IndexedTriangleList.cpp \
$(N)/glue/i/IndexedTriangleNoMaterial.cpp \
$(N)/glue/i/InvBind.cpp \
$(N)/glue/j/JobSystem.cpp \
$(N)/glue/j/JobSystemSingleThreaded.cpp \
$(N)/glue/j/JobSystemThreadPool.cpp \
Expand Down Expand Up @@ -216,6 +217,8 @@ $(N)/glue/s/Skeleton.cpp \
$(N)/glue/s/SkeletonMapper.cpp \
$(N)/glue/s/SkeletonPose.cpp \
$(N)/glue/s/SkeletonPoseDrawSettings.cpp \
$(N)/glue/s/Skinned.cpp \
$(N)/glue/s/SkinWeight.cpp \
$(N)/glue/s/SliderConstraint.cpp \
$(N)/glue/s/SliderConstraintSettings.cpp \
$(N)/glue/s/SoftBodyContactListener.cpp \
Expand Down

0 comments on commit 79af8f2

Please sign in to comment.