More fix for integration test.

This commit is contained in:
yunfeibai
2016-10-17 16:20:15 -07:00
parent fddccca482
commit 6f0a404b1e
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ ADD_DEFINITIONS(-DUSE_GTEST)
ADD_DEFINITIONS(-D_VARIADIC_MAX=10)
LINK_LIBRARIES(
BulletDynamics BulletCollision LinearMath gtest
BulletDynamics BulletCollision LinearMath gtest BulletSoftBody
)
IF (NOT WIN32)