mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 18:00:06 +00:00
86727242a2
Add configure option --disable-multithreaded which will disable building of libbulletmultithreaded.a and MultiThreadedDemo
6 lines
389 B
Makefile
6 lines
389 B
Makefile
if CONDITIONAL_BUILD_MULTITHREADED
|
|
SUBDIRS=src Extras Demos/OpenGL Demos/BasicDemo Demos/TerrainDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/MultiThreadedDemo Demos/SoftDemo Demos/AllBulletDemos
|
|
else
|
|
SUBDIRS=src Extras Demos/OpenGL Demos/BasicDemo Demos/TerrainDemo Demos/VehicleDemo Demos/CcdPhysicsDemo Demos/ColladaDemo Demos/SoftDemo Demos/AllBulletDemos
|
|
endif
|