more fixes in the build, related to CMake and some error (don't delete a void* pointer!)

revert BasicDemo.cpp to original Bullet 2.82 state
This commit is contained in:
Erwin Coumans
2014-05-13 21:52:46 -07:00
parent 9ab755fc07
commit 934df75ea6
8 changed files with 69 additions and 61 deletions

View File

@@ -1,3 +1,3 @@
if (BUILD_BULLET3)
if (BUILD_BULLET3_DEMOS)
SUBDIRS( AllBullet2Demos GpuDemos SimpleOpenGL3 )
endif(BUILD_BULLET3)
endif(BUILD_BULLET3_DEMOS)