2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00
Files
build/doc/src/examples.adoc
Damian Jarek 8d0f375704 Add sanitizer feature example
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2019-03-11 02:08:50 +01:00

19 lines
539 B
Plaintext

= Examples
== Introduction
Here we include a collection of simple to complex fully working examples of
using Boost Build v2 for various tasks. They show the gamut from simple
to advanced features. If you find yourself looking at the examples and not
finding something you want to see working please post to our support list
and we'll try and come up with a solution and add it here for others to learn
from.
:leveloffset: +1
include::../../example/hello/readme.adoc[]
include::../../example/sanitizers/readme.adoc[]
:leveloffset: -1