mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Update waf project website
This commit is contained in:
@@ -17,7 +17,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
|
|||||||
|
|
||||||
* [cmake](http://cmake.org)
|
* [cmake](http://cmake.org)
|
||||||
* [biicode](http://biicode.com)
|
* [biicode](http://biicode.com)
|
||||||
* [waf](http://waf.googlecode.com)
|
* [waf](https://waf.io/)
|
||||||
* [FASTBuild](http://www.fastbuild.org/)
|
* [FASTBuild](http://www.fastbuild.org/)
|
||||||
* [ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for cmake
|
* [ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for cmake
|
||||||
* google's build tool
|
* google's build tool
|
||||||
|
|||||||
Reference in New Issue
Block a user