bullet3/Extras/CMakeLists.txt
erwin.coumans 996bcb18ee Added HACD library by Khaled Mamou, for improved convex decomposition
See also http://sourceforge.net/projects/hacd/ and http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=4&t=6619
Thanks to Sujeong Kim for the integration with the Bullet/Demos/ConvexDecompositionDemo
2011-07-07 00:28:15 +00:00

8 lines
180 B
CMake

SUBDIRS( Serialize ConvexDecomposition HACD GIMPACTUtils )
#Maya Dynamica plugin is moved to http://dynamica.googlecode.com
IF (USE_GLUT AND GLUT_FOUND)
SUBDIRS (glui)
ENDIF ()