Skip to content

Commit

Permalink
Minor reviisions for ch 7, r 1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed May 31, 2018
1 parent fc51755 commit 1351e94
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- [Probing compilation and linking](chapter-05/recipe-06/README.md)
- [Probing compiler flags](chapter-05/recipe-07/README.md)
- [Probing execution](chapter-05/recipe-08/README.md)
- [Fine-tuning with generator expressions](chapter-05/recipe-09/README.md)
- [Fine-tuning configuration and compilation with generator expressions](chapter-05/recipe-09/README.md)


### [Chapter 6: Generating Source Code](chapter-06/README.md)
Expand All @@ -97,7 +97,7 @@

### [Chapter 7: Structuring Projects](chapter-07/README.md)

- [Defining a macro with named arguments](chapter-07/recipe-01/README.md)
- [Code reuse with functions and macros](chapter-07/recipe-01/README.md)
- [Splitting CMake sources into modules](chapter-07/recipe-02/README.md)
- [Function to test and set compiler flags](chapter-07/recipe-03/README.md)
- [Defining a function or macro with named arguments](chapter-07/recipe-04/README.md)
Expand Down
2 changes: 1 addition & 1 deletion chapter-05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- [Probing compilation and linking](recipe-06/README.md)
- [Probing compiler flags](recipe-07/README.md)
- [Probing execution](recipe-08/README.md)
- [Fine-tuning with generator expressions](recipe-09/README.md)
- [Fine-tuning configuration and compilation with generator expressions](recipe-09/README.md)
2 changes: 1 addition & 1 deletion chapter-05/recipe-09/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fine-tuning with generator expressions
# Fine-tuning configuration and compilation with generator expressions

We show how to rewrite conditionals into generator expressions.

Expand Down
2 changes: 1 addition & 1 deletion chapter-07/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chapter 7: Structuring Projects

- [Defining a macro with named arguments](recipe-01/README.md)
- [Code reuse with functions and macros](recipe-01/README.md)
- [Splitting CMake sources into modules](recipe-02/README.md)
- [Function to test and set compiler flags](recipe-03/README.md)
- [Defining a function or macro with named arguments](recipe-04/README.md)
Expand Down
2 changes: 1 addition & 1 deletion chapter-07/recipe-01/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defining a macro with named arguments
# Code reuse with functions and macros

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-07/recipe-01/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Defining a macro with named arguments
Code reuse with functions and macros

0 comments on commit 1351e94

Please sign in to comment.