mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
hasCL = findOpenCL_Intel()
|
||||
|
||||
if (hasCL) then
|
||||
|
||||
project "BulletSoftBodySolvers_OpenCL_Intel"
|
||||
|
||||
defines { "USE_INTEL_OPENCL","CL_PLATFORM_INTEL"}
|
||||
|
||||
initOpenCL_Intel()
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
targetdir "../../../../../lib"
|
||||
|
||||
includedirs {
|
||||
".",
|
||||
"../../../..",
|
||||
"../../../../../Glut"
|
||||
}
|
||||
files {
|
||||
"../btSoftBodySolver_OpenCL.cpp",
|
||||
"../btSoftBodySolver_OpenCLSIMDAware.cpp",
|
||||
"../btSoftBodySolverOutputCLtoGL.cpp"
|
||||
}
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user