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",