Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | cmCPackPropertiesGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -4/+6 |
| | |||||
* | Port static calls from cmLocalGenerator to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -4/+4 |
| | |||||
* | Add an "installed file" property scope | Nils Gladitz | 2014-05-28 | 1 | -0/+45 |
Teach set_property and get_property an "INSTALL" property type to be associated with install-tree file paths. Make the properties available to CPack for use during packaging. Add a "prop_inst" Sphinx domain object type for documentation of such properties. |