removed duplicate .cpp entries in CMakeLists.txt

This commit is contained in:
ejcoumans
2008-01-03 04:55:34 +00:00
parent d051e2eacb
commit 2c00af5dc9

View File

@@ -14,13 +14,11 @@ ADD_LIBRARY(LibLinearMath
btQuadWord.h btQuadWord.h
btScalar.h btScalar.h
btAabbUtil2.h btAabbUtil2.h
btGeometryUtil.cpp
btMinMax.h btMinMax.h
btQuaternion.h btQuaternion.h
btStackAlloc.h btStackAlloc.h
btGeometryUtil.h btGeometryUtil.h
btMotionState.h btMotionState.h
btQuickprof.cpp
btTransform.h btTransform.h
btAlignedAllocator.h btAlignedAllocator.h
btIDebugDraw.h btIDebugDraw.h
@@ -32,4 +30,3 @@ ADD_LIBRARY(LibLinearMath
btAlignedAllocator.cpp btAlignedAllocator.cpp
) )