See also http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=9&t=10073 Move ConstraintPhysicsSetup to Demos3/bullet3/ConstraintDemo
6 lines
141 B
CMake
6 lines
141 B
CMake
if (OPENGL_FOUND)
|
|
if (BUILD_OPENGL3_DEMOS)
|
|
SUBDIRS( AllBullet2Demos GpuDemos SimpleOpenGL3 )
|
|
endif(BUILD_OPENGL3_DEMOS)
|
|
endif(OPENGL_FOUND)
|