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:
@@ -9,3 +9,7 @@ ConvexBuilder.h bestfit.cpp cd_hull.cpp cd_wavefront.h fitsphere.h meshvolu
|
||||
ConvexDecomposition.cpp bestfit.h cd_hull.h concavity.cpp float_math.cpp planetri.cpp splitplane.cpp
|
||||
|
||||
)
|
||||
|
||||
IF (BUILD_SHARED_LIBS)
|
||||
TARGET_LINK_LIBRARIES(LibConvexDecomposition LibBulletCollision LibLinearMath)
|
||||
ENDIF (BUILD_SHARED_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user