Add Windows behavior to executable()'s install_rpath arg doc [skip ci]

pull/5949/head
Khairul Azhar Kasmiran 6 years ago committed by Jussi Pakkanen
parent 179861ccd1
commit 6b0c711c91
  1. 2
      docs/markdown/Reference-manual.md

@ -597,7 +597,7 @@ be passed to [shared and static libraries](#library).
- `install_mode` *(added 0.47.0)* specify the file mode in symbolic format
and optionally the owner/uid and group/gid for the installed files.
- `install_rpath` a string to set the target's rpath to after install
(but *not* before that)
(but *not* before that). On Windows, this argument has no effect.
- `objects` list of prebuilt object files (usually for third party
products you don't have source to) that should be linked in this
target, **never** use this for object files that you build yourself.

Loading…
Cancel
Save