summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: 09fd3fcefff6ae0276a5790114d151fb221acbfe (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 c_api)
ENDIF()

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