mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-23 11:38:27 +00:00
9 lines
253 B
CMake
9 lines
253 B
CMake
SUBDIRS( HelloWorld BasicDemo )
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow )
|
|
ENDIF()
|
|
|
|
IF(BUILD_PYBULLET)
|
|
SUBDIRS(pybullet)
|
|
ENDIF(BUILD_PYBULLET)
|