reorganize files and add btgui
This commit is contained in:
@@ -16,14 +16,14 @@ subject to the following restrictions:
|
||||
#include <stdio.h>
|
||||
#include "../basic_initialize/btOpenCLUtils.h"
|
||||
#include "../host/btGpuSapBroadphase.h"
|
||||
#include "parallel_primitives/host/btVector3.h"
|
||||
#include "BulletCommon/btVector3.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 "parallel_primitives/host/CommandLineArgs.h"
|
||||
#include "BulletCommon/CommandLineArgs.h"
|
||||
#include "BulletCommon/btMinMax.h"
|
||||
|
||||
#include "parallel_primitives/host/btMinMax.h"
|
||||
int g_nPassed = 0;
|
||||
int g_nFailed = 0;
|
||||
bool g_testFailed = 0;
|
||||
|
||||
@@ -11,7 +11,7 @@ function createProject(vendor)
|
||||
|
||||
kind "ConsoleApp"
|
||||
targetdir "../../../bin"
|
||||
includedirs {"..","../.."}
|
||||
includedirs {"..","../..","../../../src"}
|
||||
|
||||
|
||||
files {
|
||||
@@ -29,11 +29,11 @@ function createProject(vendor)
|
||||
"../../parallel_primitives/host/btPrefixScanCL.h",
|
||||
"../../parallel_primitives/host/btRadixSort32CL.cpp",
|
||||
"../../parallel_primitives/host/btRadixSort32CL.h",
|
||||
"../../parallel_primitives/host/btAlignedAllocator.cpp",
|
||||
"../../parallel_primitives/host/btAlignedAllocator.h",
|
||||
"../../parallel_primitives/host/btAlignedObjectArray.h",
|
||||
"../../parallel_primitives/host/btQuickprof.cpp",
|
||||
"../../parallel_primitives/host/btQuickprof.h",
|
||||
"../../../src/BulletCommon/btAlignedAllocator.cpp",
|
||||
"../../../src/BulletCommon/btAlignedAllocator.h",
|
||||
"../../../src/BulletCommon/btAlignedObjectArray.h",
|
||||
"../../../src/BulletCommon/btQuickprof.cpp",
|
||||
"../../../src/BulletCommon/btQuickprof.h",
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user