requires shared library build: cmake .. -DBUILD_SHARED_LIBS=on then create a symbolic link from libpybullet.so to pybullet.so
6 lines
127 B
CMake
6 lines
127 B
CMake
SUBDIRS( HelloWorld BasicDemo )
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow pybullet)
|
|
ENDIF()
|
|
|