Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet2/src/LinearMath/CMakeLists.txt')
-rw-r--r--extern/bullet2/src/LinearMath/CMakeLists.txt29
1 files changed, 27 insertions, 2 deletions
diff --git a/extern/bullet2/src/LinearMath/CMakeLists.txt b/extern/bullet2/src/LinearMath/CMakeLists.txt
index 207eed94a3e..02ffaad7228 100644
--- a/extern/bullet2/src/LinearMath/CMakeLists.txt
+++ b/extern/bullet2/src/LinearMath/CMakeLists.txt
@@ -4,7 +4,32 @@ ${BULLET_PHYSICS_SOURCE_DIR}/src }
)
ADD_LIBRARY(LibLinearMath
-btQuickprof.cpp
-btGeometryUtil.cpp
+ btAlignedObjectArray.h
+ btList.h
+ btPoolAllocator.h
+ btRandom.h
+ btVector3.h
+ btDefaultMotionState.h
+ btMatrix3x3.h
+ btQuadWord.h
+ btHashMap.h
+ btScalar.h
+ btAabbUtil2.h
+ btConvexHull.h
+ btConvexHull.cpp
+ btMinMax.h
+ btQuaternion.h
+ btStackAlloc.h
+ btGeometryUtil.h
+ btMotionState.h
+ btTransform.h
+ btAlignedAllocator.h
+ btIDebugDraw.h
+ btPoint3.h
+ btQuickprof.h
+ btTransformUtil.h
+ btQuickprof.cpp
+ btGeometryUtil.cpp
+ btAlignedAllocator.cpp
)