mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
fix build
This commit is contained in:
parent
085d705645
commit
a36a37eb55
@ -64,9 +64,8 @@ function createProject(vendor)
|
||||
"../../opencl/basic_initialize/btOpenCLUtils.cpp",
|
||||
"../../opencl/basic_initialize/btOpenCLUtils.h",
|
||||
"../../opencl/gpu_broadphase/host/btGpuSapBroadphase.cpp",
|
||||
"../../opencl/gpu_sat/host/btConvexUtility.cpp",
|
||||
"../../opencl/gpu_sat/host/ConvexHullContact.cpp",
|
||||
"../../opencl/gpu_sat/host/ConvexHullContact.h",
|
||||
"../../opencl/gpu_sat/host/**.cpp",
|
||||
"../../opencl/gpu_sat/host/**.h",
|
||||
"../../opencl/parallel_primitives/host/btBoundSearchCL.cpp",
|
||||
"../../opencl/parallel_primitives/host/btBoundSearchCL.h",
|
||||
"../../opencl/parallel_primitives/host/btFillCL.cpp",
|
||||
|
@ -19,8 +19,8 @@ function createProject(vendor)
|
||||
"../../basic_initialize/btOpenCLInclude.h",
|
||||
"../../basic_initialize/btOpenCLUtils.cpp",
|
||||
"../../basic_initialize/btOpenCLUtils.h",
|
||||
"../host/ConvexHullContact.cpp",
|
||||
"../host/ConvexHullContact.h",
|
||||
"../host/**.cpp",
|
||||
"../host/**.h",
|
||||
"../../parallel_primitives/host/btFillCL.cpp",
|
||||
"../../parallel_primitives/host/btFillCL.h",
|
||||
"../../parallel_primitives/host/btBoundSearchCL.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user