Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/project/CppConsoleApp/premake4.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/project/CppConsoleApp/premake4.lua b/samples/project/CppConsoleApp/premake4.lua
index 62dae97..d4e799f 100644
--- a/samples/project/CppConsoleApp/premake4.lua
+++ b/samples/project/CppConsoleApp/premake4.lua
@@ -13,3 +13,9 @@ project "CppConsoleApp"
links { "CppSharedLib" }
pchheader "CppConsoleApp.h"
+
+ configuration "Debug"
+ targetdir "../bin/debug (x64)"
+
+ configuration "Release"
+ targetdir "../bin/release (x64)" \ No newline at end of file