mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
52f074bcb2
Conflicts: examples/ExampleBrowser/CMakeLists.txt examples/OpenGLWindow/CMakeLists.txt
12 lines
237 B
CMake
12 lines
237 B
CMake
SUBDIRS( Serialize ConvexDecomposition HACD GIMPACTUtils )
|
|
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( InverseDynamics)
|
|
ENDIF()
|
|
|
|
#Maya Dynamica plugin is moved to http://dynamica.googlecode.com
|
|
|
|
#IF (USE_GLUT AND GLUT_FOUND)
|
|
# SUBDIRS (glui)
|
|
#ENDIF ()
|