diff --git a/Demos/BulletDinoDemo/CMakeLists.txt b/Demos/BulletDinoDemo/CMakeLists.txt index 324e95972..fa675a1a7 100644 --- a/Demos/BulletDinoDemo/CMakeLists.txt +++ b/Demos/BulletDinoDemo/CMakeLists.txt @@ -56,6 +56,6 @@ LINK_LIBRARIES( ) ADD_EXECUTABLE(BulletDino - BulletDino.cpp + BulletDino.c ) diff --git a/Demos/CMakeLists.txt b/Demos/CMakeLists.txt index 142053f05..f12a51981 100644 --- a/Demos/CMakeLists.txt +++ b/Demos/CMakeLists.txt @@ -1,2 +1,2 @@ -SUBDIRS( OpenGL AllBulletDemos ConvexDecompositionDemo Benchmarks HelloWorld MultiThreadedDemo CcdPhysicsDemo ConstraintDemo SliderConstraintDemo GenericJointDemo RagdollDemo BasicDemo BspDemo MovingConcaveDemo VehicleDemo ColladaDemo UserCollisionAlgorithm CharacterDemo SoftDemo ) +SUBDIRS( OpenGL AllBulletDemos BulletDinoDemo ConvexDecompositionDemo Benchmarks HelloWorld MultiThreadedDemo CcdPhysicsDemo ConstraintDemo SliderConstraintDemo GenericJointDemo RagdollDemo BasicDemo BspDemo MovingConcaveDemo VehicleDemo ColladaDemo UserCollisionAlgorithm CharacterDemo SoftDemo )