mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
3d985ff7a5
fix 'connection' detection for shared memory (due to multiple shmem blocks) add link to pybullet.so
8 lines
213 B
CMake
8 lines
213 B
CMake
SUBDIRS( HelloWorld BasicDemo )
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( ExampleBrowser SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK OpenGLWindow )
|
|
ENDIF()
|
|
IF(BUILD_PYBULLET)
|
|
SUBDIRS(pybullet)
|
|
ENDIF(BUILD_PYBULLET)
|