Build: Add CodeBlocks target to premake5

This commit is contained in:
Jérôme Leclercq
2016-11-06 11:17:19 +01:00
parent 6ebe29ceb4
commit 5aeb9f8d59
6 changed files with 441 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
if (PremakeVersion >= 50) then
dofile("codeblocks/_codeblocks.lua")
dofile("codeblocks/codeblocks.lua")
end
ACTION.Manual = true