Xmake


xmake is a cross-platform build utility based on Lua.

Features

Build project


$ xmake

Run target


$ xmake run console

Debug target


$ xmake run -d console

Simple description


target
set_kind
add_files

Simple Example


if is_mode then
set_symbols
set_optimize
end
if is_mode then
set_symbols
set_optimize
set_strip
end
target
set_kind
add_files