summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPackInstallProperties/FilenameGenex.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use full output paths in file(GENERATE) callsBrad King2017-06-081-1/+1
| | | | | We don't define behavior for relative paths to the OUTPUT argument. Fix our tests to use full paths.
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+7
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.