From 221a8cf46350fabb18f935f4711b21c0da71793e Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Wed, 19 Jun 2013 15:03:29 -0700 Subject: [PATCH] move binary to bin folder --- Demos3/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }