From 2dbd53ac30e98dcb922190c64ebfbb291e7bcd24 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 30 Oct 2018 13:44:55 +0800 Subject: [PATCH] add xmake --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 068de96..79cf58b 100644 --- a/README.md +++ b/README.md @@ -839,6 +839,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [Premake](http://premake.github.io) - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. * [Vcpkg](https://github.com/microsoft/vcpkg) - VC++ Packaging Tool for Windows. * [waf](https://github.com/waf-project/waf) - Python-based framework for configuring, compiling and installing applications. [BSD] [website](https://waf.io/) +* [XMake](https://xmake.io/) - A C/C++ cross-platform build utility based on Lua. [Apache] ## Static Code Analysis *List of tools for improving quality and reducing defects by code analysis*