From 2c00af5dc989e1f79f508c38d142ce31581873a3 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 3 Jan 2008 04:55:34 +0000 Subject: [PATCH] removed duplicate .cpp entries in CMakeLists.txt --- src/LinearMath/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LinearMath/CMakeLists.txt b/src/LinearMath/CMakeLists.txt index 2a8722cfc..d8ac686b5 100644 --- a/src/LinearMath/CMakeLists.txt +++ b/src/LinearMath/CMakeLists.txt @@ -14,13 +14,11 @@ ADD_LIBRARY(LibLinearMath btQuadWord.h btScalar.h btAabbUtil2.h - btGeometryUtil.cpp btMinMax.h btQuaternion.h btStackAlloc.h btGeometryUtil.h btMotionState.h - btQuickprof.cpp btTransform.h btAlignedAllocator.h btIDebugDraw.h @@ -32,4 +30,3 @@ ADD_LIBRARY(LibLinearMath btAlignedAllocator.cpp ) -