trying to sort out the vectormath include path mess:

move vectormath to src folder, and add a vmInclude.h that contains the logic in a single location.
If you still need a system-wide vectormath, make sure to define USE_SYSTEM_VECTORMATH (in build system)
This commit is contained in:
erwin.coumans
2010-07-21 19:11:28 +00:00
parent 4eddfce03e
commit dd0f022d1d
28 changed files with 48 additions and 30 deletions

View File

@@ -21,7 +21,7 @@
#include "BulletSoftBody/btSoftRigidDynamicsWorld.h"
#include "BulletMultiThreaded/GpuSoftBodySolvers/DX11/btSoftBodySolverVertexBuffer_DX11.h"
#include "BulletSoftBody/btSoftBodyHelpers.h"
#include "vectormath_aos.h"
#include "vectormath/vmInclude.h"
class btDefaultSoftBodySolver;
class btCPUSoftBodySolver;