Update ProjectSpec doc to demonstrate the use of project references in target reference definitions

This commit is contained in:
Liam Nichols
2020-02-06 10:47:24 +00:00
parent d69b028294
commit 2dcdb73230
+2 -2
View File
@@ -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
```