mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 09:20:10 +00:00
18 lines
341 B
CMake
18 lines
341 B
CMake
|
|
INCLUDE_DIRECTORIES(
|
|
${BULLET_PHYSICS_SOURCE_DIR}/src
|
|
${BULLET_PHYSICS_SOURCE_DIR}/UnitTests/cppunit/include
|
|
|
|
|
|
${VECTOR_MATH_INCLUDE}
|
|
)
|
|
|
|
LINK_LIBRARIES(
|
|
cppunit BulletMultiThreaded BulletDynamics BulletCollision LinearMath
|
|
)
|
|
|
|
ADD_EXECUTABLE(AppBulletUnitTests
|
|
Main.cpp
|
|
TestBulletOnly.h
|
|
TestLinearMath.h
|
|
) |