From a36a37eb55d3a0718d1389f5c169fcb709b41cf5 Mon Sep 17 00:00:00 2001 From: erwin coumans Date: Wed, 20 Mar 2013 00:30:11 -0700 Subject: [PATCH] fix build --- demo/gpudemo/premake4.lua | 5 ++--- opencl/gpu_sat/test/premake4.lua | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/demo/gpudemo/premake4.lua b/demo/gpudemo/premake4.lua index 0d426d3ee..4f06913f5 100644 --- a/demo/gpudemo/premake4.lua +++ b/demo/gpudemo/premake4.lua @@ -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", diff --git a/opencl/gpu_sat/test/premake4.lua b/opencl/gpu_sat/test/premake4.lua index 357e7fdbd..58af3cdb9 100644 --- a/opencl/gpu_sat/test/premake4.lua +++ b/opencl/gpu_sat/test/premake4.lua @@ -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",