1<CONFIG>_POSTFIX
2----------------
3
4Postfix to append to the target file name for configuration <CONFIG>.
5
6When building with configuration <CONFIG> the value of this property
7is appended to the target file name built on disk.  For non-executable
8targets, this property is initialized by the value of the variable
9CMAKE_<CONFIG>_POSTFIX if it is set when a target is created.  This
10property is ignored on the Mac for Frameworks and App Bundles.
11
12For macOS see also the :prop_tgt:`FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>`
13target property.
14