Skip to content

Commit

Permalink
Merge branch 'add-packaging-examples' of github.com:ttroy50/cmake-exa…
Browse files Browse the repository at this point in the history
…mples into add-packaging-examples
  • Loading branch information
ttroy50 committed Apr 4, 2019
2 parents 6ab763f + 25d0cd8 commit b91a50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Using System Provided Package Manager

:toc:
:toc-placement!:

Expand All @@ -11,4 +10,4 @@ Using your system provided packages is one of the oldest and most common form of

# Examples

I have already show how to do this in the link:https://github.com/ttroy50/cmake-examples/tree/master/01-basic/H-third-party-library[third party libray] example from the basic section and the link:https://github.com/ttroy50/cmake-examples/tree/master/05-unit-testing/boost[boost unit test] example.
I have already show how to do this in the link:https://github.com/ttroy50/cmake-examples/tree/master/01-basic/H-third-party-library[third party libray] example from the basic section and the link:https://github.com/ttroy50/cmake-examples/tree/master/05-unit-testing/boost[boost unit test] example.
3 changes: 1 addition & 2 deletions 07-package-management/B-vendoring-code/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Vendoring Code

:toc:
:toc-placement!:

Expand Down Expand Up @@ -41,4 +40,4 @@ In the case of git, you can use link:https://git-scm.com/book/en/v2/Git-Tools-Su

# Examples

A simple example of vendoring code can already be seen in the link:https://github.com/ttroy50/cmake-examples/tree/master/05-unit-testing/catch2-vendored[catch2] testing tutorial.
A simple example of vendoring code can already be seen in the link:https://github.com/ttroy50/cmake-examples/tree/master/05-unit-testing/catch2-vendored[catch2] testing tutorial.

0 comments on commit b91a50d

Please sign in to comment.