Add generator expression support to OUTPUT_NAME target property

This commit is contained in:
Robert Goulet
2015-07-08 16:53:38 -04:00
committed by Brad King
parent 9a1ef0dcfd
commit 809159c9b7
7 changed files with 34 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ This sets the base name for output files created for an executable or
library target. If not set, the logical target name is used by
default.
Contents of ``OUTPUT_NAME`` and the variants listed below may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.
See also the variants:
* :prop_tgt:`OUTPUT_NAME_<CONFIG>`

View File

@@ -0,0 +1,5 @@
OUTPUT_NAME-genex
-----------------
* The :prop_tgt:`OUTPUT_NAME` target property and its variants learned to
support :manual:`generator expressions <cmake-generator-expressions(7)>`.