fix GpuGuiInitialize premake build files

w
This commit is contained in:
erwincoumans
2013-05-20 18:09:02 -07:00
parent 29e70b2802
commit 4266717dff
3 changed files with 7 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ function createProject(vendor)
files {
"main.cpp",
"../../opencl/basic_initialize/b3OpenCLUtils.cpp",
"../../opencl/basic_initialize/b3OpenCLUtils.h",
"../../src/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp",
"../../src/Bullet3OpenCL/Initialize/b3OpenCLUtils.h",
"../../btgui/OpenGLWindow/GLInstancingRenderer.cpp",
"../../btgui/OpenGLWindow/GLInstancingRenderer.h",
"../../btgui/OpenGLWindow/GLPrimitiveRenderer.h",
@@ -78,7 +78,8 @@ function createProject(vendor)
end
end
createProject("clew")
createProject("Apple")
createProject("AMD")
createProject("Intel")
createProject("NVIDIA")
createProject("NVIDIA")