Skip to content

Commit

Permalink
chapter 10 abstracts
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 20, 2018
1 parent a5ba2b0 commit 407f82d
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
6 changes: 5 additions & 1 deletion chapter-10/recipe-01/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Installing your project

Abstract to be written ...
This recipe demonstrates how to install files, libraries, and executables.

In this recipe, we introduce a small example project which is used in the
remaining recipes of this chapter.


- [cxx-example](cxx-example/)
4 changes: 4 additions & 0 deletions chapter-10/recipe-01/abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This recipe demonstrates how to install files, libraries, and executables.

In this recipe, we introduce a small example project which is used in the
remaining recipes of this chapter.
7 changes: 6 additions & 1 deletion chapter-10/recipe-02/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Generating export headers

Abstract to be written ...
In this recipe we wish to:
- Build both a shared and static library from the same set of source files.
- Ensure that only the visibility of symbols in the shared library is properly delimited.

To demonstrate this, we revisit [Recipe 3 in Chapter 1](../../chapter-01/recipe-03).


- [cxx-example](cxx-example/)
5 changes: 5 additions & 0 deletions chapter-10/recipe-02/abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
In this recipe we wish to:
- Build both a shared and static library from the same set of source files.
- Ensure that only the visibility of symbols in the shared library is properly delimited.

To demonstrate this, we revisit [Recipe 3 in Chapter 1](../../chapter-01/recipe-03).
4 changes: 3 additions & 1 deletion chapter-10/recipe-03/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Exporting your targets

Abstract to be written ...
This recipe shows how CMake can let us export our targets so
that other projects using CMake can pick them up easily.


- [cxx-example](cxx-example/)
2 changes: 2 additions & 0 deletions chapter-10/recipe-03/abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This recipe shows how CMake can let us export our targets so
that other projects using CMake can pick them up easily.
4 changes: 3 additions & 1 deletion chapter-10/recipe-04/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Installing a superbuild project

Abstract to be written ...
This recipe shows how to install a superbuild which depends on a library which
may or may not be available on the system.


- [cxx-example](cxx-example/)
2 changes: 2 additions & 0 deletions chapter-10/recipe-04/abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This recipe shows how to install a superbuild which depends on a library which
may or may not be available on the system.

0 comments on commit 407f82d

Please sign in to comment.