bullet3/examples/CMakeLists.txt

9 lines
262 B
CMake
Raw Normal View History

SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
2017-11-27 01:38:50 +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)