mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 06:10:28 +00:00
Add generator expression support to OUTPUT_NAME target property
This commit is contained in:
@@ -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>`
|
||||
|
||||
5
Help/release/dev/OUTPUT_NAME-genex.rst
Normal file
5
Help/release/dev/OUTPUT_NAME-genex.rst
Normal 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)>`.
|
||||
Reference in New Issue
Block a user