add InverseDynamics test/lib to premake

This commit is contained in:
Erwin Coumans
2015-11-17 08:26:27 -08:00
parent ad29d27700
commit 7d9365319c
3 changed files with 6 additions and 4 deletions

View File

@@ -189,12 +189,14 @@ if not _OPTIONS["ios"] then
include "../test/gtest-1.7.0"
-- include "../test/hello_gtest"
include "../test/collision"
include "../test/InverseDynamics"
include "../test/TestBullet3OpenCL"
include "../test/GwenOpenGLTest"
end
end
include "../test/Bullet2"
include "../test/Bullet2"
include "../src/BulletInverseDynamics"
include "../src/BulletSoftBody"
include "../src/BulletDynamics"
include "../src/BulletCollision"