There was an error while loading. Please reload this page.
1 parent 75b4ad1 commit 28fbde4Copy full SHA for 28fbde4
02-Use_the_Tools_Available.md
@@ -20,6 +20,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
20
* Consider: https://github.com/sakra/cotire/ for build performance
21
* Consider: https://github.com/toeb/cmakepp for enhanced usability
22
* Utilize: https://cmake.org/cmake/help/v3.6/command/target_compile_features.html for C++ standard flags
23
+ * Consider: https://github.com/cheshirekow/cmake_format for automatic formatting of your CMakeLists.txt
24
* [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++
25
* [C++ Archive Network (CPPAN)](https://cppan.org/) - a crossplatform dependency manager for C++
26
* [Waf](https://waf.io/)
0 commit comments