parent
49d7d3f8e5
commit
a64d16c6bb
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
## Relaxing of target name requirements |
||||||
|
|
||||||
|
In earlier versions of Meson you could only have one target of a given name for each type. |
||||||
|
For example you could not have two executables named `foo`. This requirement is now |
||||||
|
relaxed so that you can have multiple targets with the same name, as long as they are in |
||||||
|
different subdirectories. |
||||||
|
|
||||||
|
Note that projects that have multiple targets with the same name can not be built with |
||||||
|
the `flat` layout or any backend that writes outputs in the same directory. |
Loading…
Reference in new issue