bullet3/examples/CMakeLists.txt

6 lines
118 B
CMake
Raw Normal View History

SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow)
ENDIF()