summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/XXX_OUTPUT_DIRECTORY.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add generator expression support to OUTPUT_DIRECTORY target propertiesRobert Goulet2015-08-121-2/+5
| | | | | | | If {ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY is set with a genex then do not add the per-config subdirectory on multi-config generators. This will allow projects to use $<CONFIG> to place the per-config part of the directory path somewhere other than the end.
* Help: Revise buildsystem artifact file type documentation (#15539)Brad King2015-04-291-2/+0
| | | | | | Add sections to the cmake-buildsystem(7) manual and cross-reference them with relevant variables and target properties. This avoids duplicating the information and allows it to be more detailed.
* Help: Factor out *_OUTPUT_(NAME|DIRECTORY).rst duplicationBrad King2013-10-161-0/+10
Portions of these documents contain duplicate content generated from preprocessor macros in the original builtin documentation source. Factor the common parts out into .txt files using reStructuredText include directives and substitutions to avoid duplication.