Skip to content

Commit 28fbde4

Browse files
authored
Add cmake-format
1 parent 75b4ad1 commit 28fbde4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
2020
* Consider: https://github.com/sakra/cotire/ for build performance
2121
* Consider: https://github.com/toeb/cmakepp for enhanced usability
2222
* 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
2324
* [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++
2425
* [C++ Archive Network (CPPAN)](https://cppan.org/) - a crossplatform dependency manager for C++
2526
* [Waf](https://waf.io/)

0 commit comments

Comments
 (0)