mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
b70bac647d
These capabilities complement MR !3190 and is also needed to solve issue #18771.
8 lines
340 B
ReStructuredText
8 lines
340 B
ReStructuredText
genex-TARGET_FILE_PREFIX
|
|
------------------------
|
|
|
|
* New ``$<TARGET_FILE_PREFIX:...>``, ``$<TARGET_LINKER_FILE_PREFIX:...>``,
|
|
``$<TARGET_FILE_SUFFIX:...>`` and ``$<TARGET_LINKER_FILE_SUFFIX:...>``
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>` have been
|
|
added to retrieve the prefix and suffix of various artifacts.
|