Applied Cmakelist patch, adding Apple Framework support
Disable libxml LIBXML_MODULE_EXTENSION Fixed include path in btConeTwistConstraint (it should be relative to src folder, not using ../../ ) Thanks to ejtttje, http://code.google.com/p/bullet/issues/detail?id=129
This commit is contained in:
@@ -8,3 +8,7 @@ ${BULLET_PHYSICS_SOURCE_DIR}/Extras/ConvexDecomposition
|
||||
ADD_LIBRARY(LibGIMPACTUtils
|
||||
btGImpactConvexDecompositionShape.cpp btGImpactConvexDecompositionShape.h
|
||||
)
|
||||
|
||||
IF (BUILD_SHARED_LIBS)
|
||||
TARGET_LINK_LIBRARIES(LibGIMPACTUtils LibConvexDecomposition LibBulletCollision)
|
||||
ENDIF (BUILD_SHARED_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user