add App_SharedMemoryPhysics and App_SharedMemoryPhysics_GUI to cmake

fix 'connection' detection for shared memory (due to multiple shmem blocks)
add link to pybullet.so
This commit is contained in:
Erwin Coumans
2017-01-16 11:17:32 -08:00
parent 8e9181f85c
commit 3d985ff7a5
5 changed files with 219 additions and 7 deletions

View File

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