Build: Add CodeBlocks target to premake5
This commit is contained in:
6
build/scripts/actions/codeblocks.lua
Normal file
6
build/scripts/actions/codeblocks.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
if (PremakeVersion >= 50) then
|
||||
dofile("codeblocks/_codeblocks.lua")
|
||||
dofile("codeblocks/codeblocks.lua")
|
||||
end
|
||||
|
||||
ACTION.Manual = true
|
||||
Reference in New Issue
Block a user