tweak cmake, add option BUILD_PYBULLET

This commit is contained in:
Erwin Coumans
2016-05-03 23:42:19 -07:00
parent 938db633df
commit f0b9037cd2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow pybullet)
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow )
ENDIF()
IF(BUILD_PYBULLET)
SUBDIRS(pybullet)
ENDIF(BUILD_PYBULLET)