mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 09:20:10 +00:00
ceeb9392d9
(those files are moved to the Dynamica repository, see http://dynamica.googlecode.com)
6 lines
240 B
Makefile
6 lines
240 B
Makefile
if CONDITIONAL_BUILD_MULTITHREADED
|
|
SUBDIRS=OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo MultiThreadedDemo SoftDemo AllBulletDemos
|
|
else
|
|
SUBDIRS=OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo SoftDemo AllBulletDemos
|
|
endif
|