mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +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()
|
|
|