mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 05:51:07 -05:00
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.
|