Add strip_directory=true example for multi-component path

pull/3010/head
Aleksey Filippov 7 years ago
parent 79d8f2adbf
commit 65afa967d0
  1. 6
      docs/markdown/Reference-manual.md

@ -821,6 +821,12 @@ share/
file1
```
`install_subdir('foo/bar', install_dir : 'share', strip_directory : true)` creates
```
share/
file1
```
### is_variable()
``` meson

Loading…
Cancel
Save