summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: 1918a90030b3befbe121f75b4b7b73e1e852b64f (plain)
1
2
3
4
5
6
7
8
SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
	SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
ENDIF()

IF(BUILD_PYBULLET)
	SUBDIRS(pybullet)
ENDIF(BUILD_PYBULLET)