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:
@@ -24,8 +24,7 @@ subject to the following restrictions:
|
||||
|
||||
#include <math.h>
|
||||
|
||||
///only use a system-wide vectormath_aos.h on CELLOS_LV2 or if USE_SYSTEM_VECTORMATH
|
||||
#include "vectormath_aos.h"
|
||||
#include "vectormath/vmInclude.h"
|
||||
#include "../PlatformDefinitions.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user