8000 XMake - Build System · FinalBscTeam/cppbestpractices@bb0d93a · GitHub
[go: up one dir, main page]

Skip to content

Commit bb0d93a

Browse files
authored
XMake - Build System
1 parent 203c9d1 commit bb0d93a

File tree

1 file changed

+1
-0
line 8000 s changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
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.
3535
* [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
3637

3738

3839
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.

0 commit comments

Comments
 (0)
0