Skip to content

Commit

Permalink
adjust case for more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jun 2, 2018
1 parent c08164a commit 8b3167d
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
### [Chapter 1: From a Simple Executable to Libraries](chapter-01/README.md)

- [Compiling a single source file into an executable](chapter-01/recipe-01/README.md)
- [Switching Generators](chapter-01/recipe-02/README.md)
- [Building and Linking Static and Shared Libraries](chapter-01/recipe-03/README.md)
- [Controlling Compilation with Conditionals](chapter-01/recipe-04/README.md)
- [Presenting Options to the User](chapter-01/recipe-05/README.md)
- [Specifying the Compiler](chapter-01/recipe-06/README.md)
- [Switching the Build Type](chapter-01/recipe-07/README.md)
- [Controlling Compiler Flags](chapter-01/recipe-08/README.md)
- [Setting the Standard for the Language](chapter-01/recipe-09/README.md)
- [Using Control Flow Constructs](chapter-01/recipe-10/README.md)
- [Switching generators](chapter-01/recipe-02/README.md)
- [Building and linking static and shared libraries](chapter-01/recipe-03/README.md)
- [Controlling compilation with conditionals](chapter-01/recipe-04/README.md)
- [Presenting options to the user](chapter-01/recipe-05/README.md)
- [Specifying the compiler](chapter-01/recipe-06/README.md)
- [Switching the build type](chapter-01/recipe-07/README.md)
- [Controlling compiler flags](chapter-01/recipe-08/README.md)
- [Setting the standard for the language](chapter-01/recipe-09/README.md)
- [Using control flow constructs](chapter-01/recipe-10/README.md)


### [Chapter 2: Detecting the Environment](chapter-02/README.md)
Expand Down
18 changes: 9 additions & 9 deletions chapter-01/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Chapter 1: From a Simple Executable to Libraries

- [Compiling a single source file into an executable](recipe-01/README.md)
- [Switching Generators](recipe-02/README.md)
- [Building and Linking Static and Shared Libraries](recipe-03/README.md)
- [Controlling Compilation with Conditionals](recipe-04/README.md)
- [Presenting Options to the User](recipe-05/README.md)
- [Specifying the Compiler](recipe-06/README.md)
- [Switching the Build Type](recipe-07/README.md)
- [Controlling Compiler Flags](recipe-08/README.md)
- [Setting the Standard for the Language](recipe-09/README.md)
- [Using Control Flow Constructs](recipe-10/README.md)
- [Switching generators](recipe-02/README.md)
- [Building and linking static and shared libraries](recipe-03/README.md)
- [Controlling compilation with conditionals](recipe-04/README.md)
- [Presenting options to the user](recipe-05/README.md)
- [Specifying the compiler](recipe-06/README.md)
- [Switching the build type](recipe-07/README.md)
- [Controlling compiler flags](recipe-08/README.md)
- [Setting the standard for the language](recipe-09/README.md)
- [Using control flow constructs](recipe-10/README.md)
2 changes: 1 addition & 1 deletion chapter-01/recipe-02/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switching Generators
# Switching generators

A single `CMakeLists.txt` can be used to configure projects for different
toolstacks on different platforms. CMake is a build system _generator_.
Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-02/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Switching Generators
Switching generators
2 changes: 1 addition & 1 deletion chapter-01/recipe-03/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Building and Linking Static and Shared Libraries
# Building and linking static and shared libraries

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-03/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Building and Linking Static and Shared Libraries
Building and linking static and shared libraries
2 changes: 1 addition & 1 deletion chapter-01/recipe-04/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Controlling Compilation with Conditionals
# Controlling compilation with conditionals

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-04/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Controlling Compilation with Conditionals
Controlling compilation with conditionals
2 changes: 1 addition & 1 deletion chapter-01/recipe-05/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Presenting Options to the User
# Presenting options to the user

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-05/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Presenting Options to the User
Presenting options to the user
2 changes: 1 addition & 1 deletion chapter-01/recipe-06/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Specifying the Compiler
# Specifying the compiler

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-06/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Specifying the Compiler
Specifying the compiler
2 changes: 1 addition & 1 deletion chapter-01/recipe-07/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switching the Build Type
# Switching the build type

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-07/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Switching the Build Type
Switching the build type
2 changes: 1 addition & 1 deletion chapter-01/recipe-08/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Controlling Compiler Flags
# Controlling compiler flags

This recipe shows how to set compiler flags for targets using
`target_compile_options()`. The compiler options set are only valid for GCC and
Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-08/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Controlling Compiler Flags
Controlling compiler flags
2 changes: 1 addition & 1 deletion chapter-01/recipe-09/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Setting the Standard for the Language
# Setting the standard for the language

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-09/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Setting the Standard for the Language
Setting the standard for the language
2 changes: 1 addition & 1 deletion chapter-01/recipe-10/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using Control Flow Constructs
# Using control flow constructs

Abstract to be written ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-01/recipe-10/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Using Control Flow Constructs
Using control flow constructs

0 comments on commit 8b3167d

Please sign in to comment.