Files
bullet3/src/LinearMath/CMakeLists.txt
2006-12-06 04:56:26 +00:00

12 lines
147 B
CMake

INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/src }
)
ADD_LIBRARY(LibLinearMath
btQuickprof.cpp
btGeometryUtil.cpp
btAlignedAllocator.cpp
)