bt->b3
This commit is contained in:
@@ -16,13 +16,13 @@ subject to the following restrictions:
|
||||
#include <stdio.h>
|
||||
#include "../basic_initialize/b3OpenCLUtils.h"
|
||||
#include "../host/b3GpuSapBroadphase.h"
|
||||
#include "BulletCommon/b3Vector3.h"
|
||||
#include "Bullet3Common/b3Vector3.h"
|
||||
#include "parallel_primitives/host/btFillCL.h"
|
||||
#include "parallel_primitives/host/btBoundSearchCL.h"
|
||||
#include "parallel_primitives/host/btRadixSort32CL.h"
|
||||
#include "parallel_primitives/host/btPrefixScanCL.h"
|
||||
#include "BulletCommon/b3CommandLineArgs.h"
|
||||
#include "BulletCommon/b3MinMax.h"
|
||||
#include "Bullet3Common/b3CommandLineArgs.h"
|
||||
#include "Bullet3Common/b3MinMax.h"
|
||||
|
||||
int g_nPassed = 0;
|
||||
int g_nFailed = 0;
|
||||
|
||||
@@ -29,11 +29,11 @@ function createProject(vendor)
|
||||
"../../parallel_primitives/host/btPrefixScanCL.h",
|
||||
"../../parallel_primitives/host/btRadixSort32CL.cpp",
|
||||
"../../parallel_primitives/host/btRadixSort32CL.h",
|
||||
"../../../src/BulletCommon/b3AlignedAllocator.cpp",
|
||||
"../../../src/BulletCommon/b3AlignedAllocator.h",
|
||||
"../../../src/BulletCommon/b3AlignedObjectArray.h",
|
||||
"../../../src/BulletCommon/b3Quickprof.cpp",
|
||||
"../../../src/BulletCommon/b3Quickprof.h",
|
||||
"../../../src/Bullet3Common/b3AlignedAllocator.cpp",
|
||||
"../../../src/Bullet3Common/b3AlignedAllocator.h",
|
||||
"../../../src/Bullet3Common/b3AlignedObjectArray.h",
|
||||
"../../../src/Bullet3Common/b3Quickprof.cpp",
|
||||
"../../../src/Bullet3Common/b3Quickprof.h",
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user