bullet3/examples/CMakeLists.txt

9 lines
261 B
CMake
Raw Normal View History

SUBDIRS( HelloWorld BasicDemo)
IF(BUILD_BULLET3)
2019-06-14 14:49:24 +00:00
SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
ENDIF()
2017-09-08 00:24:17 +00:00
2016-05-04 06:42:19 +00:00
IF(BUILD_PYBULLET)
SUBDIRS(pybullet)
ENDIF(BUILD_PYBULLET)