mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
7e4dfb7207
reset callback to 0 after exiting a demo to avoid issues
6 lines
118 B
CMake
6 lines
118 B
CMake
SUBDIRS( HelloWorld BasicDemo )
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow)
|
|
ENDIF()
|
|
|