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

@@ -47,7 +47,7 @@ int sGlutScreenWidth = 640;
int sGlutScreenHeight = 480;
int sLastmousepos[2] = {0,0};
#include "basic_initialize/b3OpenCLUtils.h"
#include "Bullet3OpenCL/Initialize/b3OpenCLUtils.h"
cl_context g_cxMainContext;
cl_command_queue g_cqCommandQue;
@@ -544,4 +544,4 @@ int main(int argc, char* argv[])
return 0;
}
}