From e8905ea4e7a003919630738325c1246333fe58c6 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 20 Jul 2015 18:51:20 -0600 Subject: [PATCH] Update to cmake notes. --- 02-Use_the_Tools_Available.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 92c4139..0bec44c 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -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/)