-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Chapter 8: The Superbuild Pattern | ||
|
||
- [1. Using the superbuild pattern](recipe-01/README.md) | ||
- [2. Managing dependencies with a superbuild I. The Boost libraries](recipe-02/README.md) | ||
- [3. Managing dependencies with a superbuild II. The FFTW library](recipe-03/README.md) | ||
- [4. Managing dependencies with a superbuild III. The Google test framework](recipe-04/README.md) | ||
- [2. Managing dependencies with a superbuild: I. The Boost libraries](recipe-02/README.md) | ||
- [3. Managing dependencies with a superbuild: II. The FFTW library](recipe-03/README.md) | ||
- [4. Managing dependencies with a superbuild: III. The Google test framework](recipe-04/README.md) | ||
- [5. Managing your project as a superbuild](recipe-05/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Managing dependencies with a superbuild I. The Boost libraries | ||
Managing dependencies with a superbuild: I. The Boost libraries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Managing dependencies with a superbuild II. The FFTW library | ||
Managing dependencies with a superbuild: II. The FFTW library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Managing dependencies with a superbuild III. The Google test framework | ||
Managing dependencies with a superbuild: III. The Google test framework |