diff --git a/Demos3/premake4.lua b/Demos3/premake4.lua index d87300b6b..38cde6f93 100644 --- a/Demos3/premake4.lua +++ b/Demos3/premake4.lua @@ -56,7 +56,7 @@ function createGpuDemos( demos, incdirs, linknames, vendor) initOpenCL(vendor) kind "ConsoleApp" - targetdir ".." + targetdir "../bin" links {"Bullet3OpenCL_" .. vendor }