summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/IMPORTED_GLOBAL.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-4/+12
| | | | Fixes: #20641
* Add new target-property `IMPORTED_GLOBAL`.Deniz Bahadir2017-11-071-0/+22
The purpose of this new `IMPORTED_GLOBAL` target-property is to prolong the lifetime and scope of `IMPORTED` targets in such a way as if they had been created with the keyword `GLOBAL` in the first place. * It can only be set to `TRUE`. That means, a local `IMPORTED` target can be promoted to global scope but a global `IMPORTED` target cannot be degraded to local scope! * Setting it to `TRUE` only succeeds if done from within the same directory in which the `IMPORTED` target was created in the first place. Fixes #17256.