diff --git a/01-basic/README.adoc b/01-basic/README.adoc index 7ccce5d..b60a7f4 100644 --- a/01-basic/README.adoc +++ b/01-basic/README.adoc @@ -16,3 +16,4 @@ The examples included are - 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 + - link:L-cpp-standard[cpp-standard] - Shows various methods to set the C++ standard