8000 Fix broken link to Further Reading chapter by craigscott-crascit · Pull Request #127 · cpp-best-practices/cppbestpractices · GitHub
[go: up one dir, main page]

Skip to content

Fix broken link to Further Reading chapter #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02-Use_the_Tools_Available.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
* Consider: https://github.com/toeb/cmakepp for enhanced usability
* Utilize: 51F4 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
* 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
* `cmake --build` provides a common interface for compiling your project regardless of platform
* [Waf](https://waf.io/)
* [FASTBuild](http://www.fastbuild.org/)
Expand Down
0