From 05e64d6715cbcd96ba8c8d93c04a0ac5b9e2de02 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Sat, 9 Aug 2008 21:30:21 +0000 Subject: [PATCH] Add/fix CMake build support for BulletDinoDemo, thanks to slackydeb (http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2465 ) --- Demos/BulletDinoDemo/CMakeLists.txt | 2 +- Demos/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 )