mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
8 lines
313 B
ReStructuredText
8 lines
313 B
ReStructuredText
genex-TARGET_FILE_BASE_NAME
|
|
---------------------------
|
|
|
|
* New ``$<TARGET_FILE_BASE_NAME:...>``, ``$<TARGET_LINKER_FILE_BASE_NAME:...>``
|
|
and ``$<TARGET_PDB_FILE_BASE_NAME:...>``
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>` have been
|
|
added to retrieve the base name of various artifacts.
|