cmake/Help/prop_tgt/CONFIG_POSTFIX.rst

14 lines
555 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
<CONFIG>_POSTFIX
----------------
2022-11-16 20:14:03 +01:00
Postfix to append to the target file name for configuration ``<CONFIG>``.
2014-08-03 19:52:23 +02:00
2022-11-16 20:14:03 +01:00
When building with configuration ``<CONFIG>`` the value of this property
2014-08-03 19:52:23 +02:00
is appended to the target file name built on disk. For non-executable
2022-11-16 20:14:03 +01:00
targets, this property is initialized by the value of the
:variable:`CMAKE_<CONFIG>_POSTFIX` variable if it is set when a target is
created. This property is ignored on macOS for Frameworks and App Bundles.
2020-08-30 11:54:41 +02:00
For macOS see also the :prop_tgt:`FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>`
target property.