From 2dcdb7323071acddd122f0d3e0c7fc31f43d413e Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Thu, 6 Feb 2020 10:47:24 +0000 Subject: [PATCH] Update ProjectSpec doc to demonstrate the use of project references in target reference definitions --- Docs/ProjectSpec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 2c55e07e..d103e2f6 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -714,8 +714,8 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch ```yaml targets: - myTarget: all - myTarget2: [test, run] + MyTarget: all + FooLib/FooTarget: [test, run] parallelizeBuild: true buildImplicitDependencies: true ```