8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15e98 commit 6829947Copy full SHA for 6829947
02-Use_the_Tools_Available.md
@@ -22,7 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
22
* Consider: https://github.com/toeb/cmakepp for enhanced usability
23
* Utilize: https://cmake.org/cmake/help/v3.6/command/target_compile_features.html for C++ standard flags
24
* Consider: https://github.com/cheshirekow/cmake_format for automatic formatting of your CMakeLists.txt
25
- * See the [Further Reading](10-Further_Reading.md) section for CMake specific best practices
+ * See the [Further Reading](11-Further_Reading.md) section for CMake specific best practices
26
* `cmake --build` provides a common interface for compiling your project regardless of platform
27
* [Waf](https://waf.io/)
28
* [FASTBuild](http://www.fastbuild.org/)
0 commit comments