Refactor C API part of pybullet out

This commit is contained in:
Gustavo Goretkin
2019-04-29 11:28:17 -04:00
parent 76b27cf410
commit aff54a2397
3 changed files with 16 additions and 200 deletions

View File

@@ -1,6 +1,6 @@
SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint c_api)
ENDIF()
IF(BUILD_PYBULLET)