Saxum/extern/bullet/UnitTests/BulletUnitTests/CMakeLists.txt

32 lines
544 B
CMake
Raw Permalink Normal View History

2014-10-24 09:42:47 +00:00
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/src
${BULLET_PHYSICS_SOURCE_DIR}/UnitTests/cppunit/include
${VECTOR_MATH_INCLUDE}
)
LINK_LIBRARIES(
cppunit
BulletMultiThreaded
BulletSoftBody
BulletDynamics
BulletCollision
LinearMath
)
ADD_EXECUTABLE(AppBulletUnitTests
Main.cpp
TestBulletOnly.h
TestLinearMath.h
TestCholeskyDecomposition.cpp
TestCholeskyDecomposition.h
TestPolarDecomposition.cpp
TestPolarDecomposition.h
btCholeskyDecomposition.cpp
btCholeskyDecomposition.h
)