mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
a4f1e34899
add RobotSimulator, a C++ API similar to pybullet. (work-in-progress, only part of API implemeted)
8 lines
252 B
CMake
8 lines
252 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)
|