add CMake support for AppAllBullet2Demos demo. See also https://github.com/bulletphysics/bullet3/issues/43

This commit is contained in:
Erwin Coumans
2014-03-24 13:18:24 -07:00
parent 4afe403e35
commit 35c916f487
5 changed files with 71 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ static BulletDemoEntry allDemos[]=
// {"MultiBody2",FeatherstoneDemo2::MyCreateFunc},
{"MultiDofDemo",MultiDofDemo::MyCreateFunc},
{"LuaDemo",LuaDemo::MyCreateFunc}
// {"LuaDemo",LuaDemo::MyCreateFunc}
};