8000 Merge pull request #121 from kassane/patch-1 · svenzhang2016/cppbestpractices@4ec2c31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ec2c31

Browse files
authored
Merge pull request cpp-best-practices#121 from kassane/patch-1
XMake - Build System
2 parents 005bc6b + 80227ad commit 4ec2c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-Use_the_Tools_Available.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Use an industry standard widely accepted build tool. This prevents you from rein
3232
* [maiken](https://github.com/Dekken/maiken) - Crossplatform build tool with Maven-esque configuration style.
3333
* [Qt Build Suite](http://doc.qt.io/qbs/) - Crossplatform build tool From Qt.
3434
* [meson](http://mesonbuild.com/index.html) - Open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
35-
* [premake](https://premake.github.io/)
36-
35+
* [premake](https://premake.github.io/)
36+
* [xmake](https://xmake.io) - A cross-platform build utility based on Lua. Modern C/C++ build tools, Support multi-language hybrid compilation
3737

3838
Remember, it's not just a build tool, it's also a programming language. Try to maintain good clean build scripts and follow the recommended practices for the tool you are using.
3939

0 commit comments

Comments
 (0)
0