BulletDinoDemo cmake

slackydeb
Posts: 14
Joined: Sat Aug 09, 2008 7:15 pm

BulletDinoDemo cmake

Post by slackydeb »

Hi,

I'm trying to understand the Bullet C API.


Can you please apply these 2 changes to easily build the BulletDino demo?
(I paste patches here because they are one line fixes)


change 1, file Demos/CMakeLists.txt

Code: Select all

1c1
< SUBDIRS( OpenGL AllBulletDemos ConvexDecompositionDemo Benchmarks HelloWorld MultiThreadedDemo CcdPhysicsDemo ConstraintDemo SliderConstraintDemo GenericJointDemo RagdollDemo BasicDemo BspDemo MovingConcaveDemo VehicleDemo ColladaDemo UserCollisionAlgorithm CharacterDemo SoftDemo )
---
> SUBDIRS( OpenGL AllBulletDemos ConvexDecompositionDemo Benchmarks HelloWorld MultiThreadedDemo CcdPhysicsDemo ConstraintDemo SliderConstraintDemo GenericJointDemo RagdollDemo BasicDemo BspDemo MovingConcaveDemo VehicleDemo ColladaDemo UserCollisionAlgorithm CharacterDemo SoftDemo BulletDinoDemo )

change 2, file Demos/BulletDinoDemo/CMakeLists.txt

Code: Select all

59c59
< 	BulletDino.cpp	
---
> 	BulletDino.c	

Cheers,
Luca Favatella
slackydeb
Posts: 14
Joined: Sat Aug 09, 2008 7:15 pm

Re: BulletDinoDemo cmake

Post by slackydeb »

Now it is in svn.

Thanks.