mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
XMake - Build System
This commit is contained in:
committed by
GitHub
parent
203c9d1787
commit
bb0d93a36d
@@ -33,6 +33,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
|
||||
* [Qt Build Suite](http://doc.qt.io/qbs/) - Crossplatform build tool From Qt.
|
||||
* [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.
|
||||
* [premake](https://premake.github.io/)
|
||||
* [xmake](https://xmake.io) - A cross-platform build utility based on Lua. Modern C/C++ build tools, Support multi-language hybrid compilation
|
||||
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user