From 28fbde4064f9af2312061cd8f8c46a054ca1e44b Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 14 Feb 2018 08:45:18 -0700 Subject: [PATCH] Add cmake-format --- 02-Use_the_Tools_Available.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 18f8e47..e320e34 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -20,6 +20,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein * Consider: https://github.com/sakra/cotire/ for build performance * Consider: https://github.com/toeb/cmakepp for enhanced usability * Utilize: https://cmake.org/cmake/help/v3.6/command/target_compile_features.html for C++ standard flags + * Consider: https://github.com/cheshirekow/cmake_format for automatic formatting of your CMakeLists.txt * [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++ * [C++ Archive Network (CPPAN)](https://cppan.org/) - a crossplatform dependency manager for C++ * [Waf](https://waf.io/)