mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
11 lines
444 B
ReStructuredText
11 lines
444 B
ReStructuredText
<CONFIG>_POSTFIX
|
|
----------------
|
|
|
|
Postfix to append to the target file name for configuration <CONFIG>.
|
|
|
|
When building with configuration <CONFIG> the value of this property
|
|
is appended to the target file name built on disk. For non-executable
|
|
targets, this property is initialized by the value of the variable
|
|
CMAKE_<CONFIG>_POSTFIX if it is set when a target is created. This
|
|
property is ignored on the Mac for Frameworks and App Bundles.
|