fix GpuGuiInitialize premake build files
w
This commit is contained in:
@@ -47,7 +47,7 @@ int sGlutScreenWidth = 640;
|
|||||||
int sGlutScreenHeight = 480;
|
int sGlutScreenHeight = 480;
|
||||||
int sLastmousepos[2] = {0,0};
|
int sLastmousepos[2] = {0,0};
|
||||||
|
|
||||||
#include "basic_initialize/b3OpenCLUtils.h"
|
#include "Bullet3OpenCL/Initialize/b3OpenCLUtils.h"
|
||||||
|
|
||||||
cl_context g_cxMainContext;
|
cl_context g_cxMainContext;
|
||||||
cl_command_queue g_cqCommandQue;
|
cl_command_queue g_cqCommandQue;
|
||||||
@@ -544,4 +544,4 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ function createProject(vendor)
|
|||||||
|
|
||||||
files {
|
files {
|
||||||
"main.cpp",
|
"main.cpp",
|
||||||
"../../opencl/basic_initialize/b3OpenCLUtils.cpp",
|
"../../src/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp",
|
||||||
"../../opencl/basic_initialize/b3OpenCLUtils.h",
|
"../../src/Bullet3OpenCL/Initialize/b3OpenCLUtils.h",
|
||||||
"../../btgui/OpenGLWindow/GLInstancingRenderer.cpp",
|
"../../btgui/OpenGLWindow/GLInstancingRenderer.cpp",
|
||||||
"../../btgui/OpenGLWindow/GLInstancingRenderer.h",
|
"../../btgui/OpenGLWindow/GLInstancingRenderer.h",
|
||||||
"../../btgui/OpenGLWindow/GLPrimitiveRenderer.h",
|
"../../btgui/OpenGLWindow/GLPrimitiveRenderer.h",
|
||||||
@@ -78,7 +78,8 @@ function createProject(vendor)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
createProject("clew")
|
||||||
createProject("Apple")
|
createProject("Apple")
|
||||||
createProject("AMD")
|
createProject("AMD")
|
||||||
createProject("Intel")
|
createProject("Intel")
|
||||||
createProject("NVIDIA")
|
createProject("NVIDIA")
|
||||||
|
|||||||
@@ -109,6 +109,7 @@
|
|||||||
include "../btgui/Gwen"
|
include "../btgui/Gwen"
|
||||||
include "../btgui/GwenOpenGLTest"
|
include "../btgui/GwenOpenGLTest"
|
||||||
include "../test/clew"
|
include "../test/clew"
|
||||||
|
include "../Demos3/GpuGuiInitialize"
|
||||||
include "../test/OpenCL/BasicInitialize"
|
include "../test/OpenCL/BasicInitialize"
|
||||||
-- include "../test/OpenCL/BroadphaseCollision"
|
-- include "../test/OpenCL/BroadphaseCollision"
|
||||||
-- include "../test/OpenCL/NarrowphaseCollision"
|
-- include "../test/OpenCL/NarrowphaseCollision"
|
||||||
|
|||||||
Reference in New Issue
Block a user