Skip to content

Commit 224d9e6

Browse files
authored
Merge pull request #494 from robertodr/readme-md
Add link to publisher
2 parents 6f32a80 + 1569809 commit 224d9e6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
[![GitHub stars](https://img.shields.io/github/stars/dev-cafe/cmake-cookbook.svg?style=flat-square)](https://github.com/dev-cafe/cmake-cookbook/stargazers)
1111

1212

13-
# CMake cookbook recipes
13+
# CMake Cookbook
14+
15+
This repository collects sources for the recipes contained in the
16+
[CMake Cookbook](https://www.packtpub.com/application-development/cmake-cookbook)
17+
published by Packt and authored by [Radovan Bast](https://github.com/bast) and
18+
[Roberto Di Remigio](https://github.com/robertodr)
1419

1520
- [Testing](testing/README.md)
1621
- [Contributing](contributing/README.md)

contributing/generate-readmes.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ def generate_main_readme(directory_of_this_script, chapters, chapter_titles,
6767
[![GitHub stars](https://img.shields.io/github/stars/dev-cafe/cmake-cookbook.svg?style=flat-square)](https://github.com/dev-cafe/cmake-cookbook/stargazers)
6868
6969
70-
# CMake cookbook recipes
70+
# CMake Cookbook
71+
72+
This repository collects sources for the recipes contained in the
73+
[CMake Cookbook](https://www.packtpub.com/application-development/cmake-cookbook)
74+
published by Packt and authored by [Radovan Bast](https://github.com/bast) and
75+
[Roberto Di Remigio](https://github.com/robertodr)
7176
7277
- [Testing](testing/README.md)
7378
- [Contributing](contributing/README.md)

0 commit comments

Comments
 (0)