mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
8 lines
178 B
CMake
8 lines
178 B
CMake
SUBDIRS( HelloWorld BasicDemo )
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow )
|
|
ENDIF()
|
|
IF(BUILD_PYBULLET)
|
|
SUBDIRS(pybullet)
|
|
ENDIF(BUILD_PYBULLET)
|