README 340 B

123456789
  1. xmake is a cross-platform build utility based on Lua.
  2. It can compile the project directly like Make/Ninja, or generate
  3. project files like CMake/Meson, and it also has a built-in package
  4. management system to help users solve the integrated use of C/C++
  5. dependent libraries.
  6. There are no dependencies, because xmake builds them on its own.