mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Update to cmake notes.
This commit is contained in:
@@ -17,6 +17,8 @@ Source control is an absolute necessity for any software development project. If
|
||||
Use an industry standard widely accepted build tool. This prevents you from reinventing the wheel whenever you discover / link to a new library / package your product / etc. Examples include:
|
||||
|
||||
* [CMake](http://www.cmake.org/)
|
||||
* Consider: https://github.com/sakra/cotire/ for build performance
|
||||
* Consider: https://github.com/toeb/cmakepp for enhanced usability
|
||||
* [Biicode](https://www.biicode.com/)
|
||||
* [Waf](https://waf.io/)
|
||||
* [FASTBuild](http://www.fastbuild.org/)
|
||||
|
||||
Reference in New Issue
Block a user