summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/XCODE_SCHEME_MALLOC_SCRIBBLE.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
* Xcode: Create Xcode schemes per targetHarry Mallon2019-03-211-1/+1
|
* Xcode: Add variables and properties to configure schemesGregor Jasny2018-08-011-0/+12
Add `XCODE_SCHEME_*` target properties and associated variables `CMAKE_XCODE_SCHEME_*` to initialize them on target creation. Map each target property value to an associated Xcode scheme entry. Co-Author: Martin Sander <mail@martin-sander.de> Fixes: #17919