Skip to content

Commit

Permalink
Add CMake doc link to chapter04 abstracts and regenerate READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheErk committed Sep 19, 2018
1 parent 98c051d commit acd4c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter-04/recipe-03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this recipe, we demonstrate how to implement unit testing using the [Google
Test](https://github.com/google/googletest) framework, with the help of CMake.

We will use `FetchContent` to download a well-defined version of the Google
We will use [`FetchContent`](https://cmake.org/cmake/help/latest/module/FetchContent.html) to download a well-defined version of the Google
Test sources at configure time, and then build the framework and link against
it.

Expand Down
2 changes: 1 addition & 1 deletion chapter-04/recipe-03/abstract.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In this recipe, we demonstrate how to implement unit testing using the [Google
Test](https://github.com/google/googletest) framework, with the help of CMake.

We will use `FetchContent` to download a well-defined version of the Google
We will use [`FetchContent`](https://cmake.org/cmake/help/latest/module/FetchContent.html) to download a well-defined version of the Google
Test sources at configure time, and then build the framework and link against
it.

0 comments on commit acd4c76

Please sign in to comment.