add imported target example and cmake 3.5.1 docker

This commit is contained in:
Thom Troy
2016-08-19 22:28:42 +01:00
parent f9f1a5bbb0
commit bb61b1683d
9 changed files with 185 additions and 2 deletions

View File

@@ -15,3 +15,4 @@ The examples included are
- link:H-third-party-library[third-party-library]. Shows an example of how to link third party libraries.
- link:I-compiling-with-clang[compiling-with-clang]. An example of invoking the clang compiler.
- link:J-building-with-ninja[building-with-ninja] - Shows how to generate ninja build files
- link:K-imported-targets[imported-targets] - Shows how to link boost using the new imported targets