blob: 710c5461e7c5c80357d91365e64434eac1aa6b54 (
plain) (
blame)
1
2
3
4
5
6
7
|
What is Xmake?
- Xmake is a cross-platform build utility based on the Lua scripting language
- Xmake is very lightweight and has no dependencies outside of
the standard library.
- Uses the xmake.lua file to maintain project builds with a simple and
readable syntax
|