Xmake
xmake is a cross-platform build utility based on Lua.Features
Build project
$ xmake
$ xmake run console
Debug target
$ xmake run -d console
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