diff options
author | Brad King <brad.king@kitware.com> | 2006-04-18 14:56:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-04-18 14:56:28 (GMT) |
commit | 392137b6d7e53ee6e7187b530522f772137bcd6c (patch) | |
tree | 050b5d259be2b90fb79d4a493b885c9aa324b404 /Source/cmSetTargetPropertiesCommand.h | |
parent | 0ec43f7abdae1631926ed8139222d61cb9eb036c (diff) | |
download | CMake-392137b6d7e53ee6e7187b530522f772137bcd6c.zip CMake-392137b6d7e53ee6e7187b530522f772137bcd6c.tar.gz CMake-392137b6d7e53ee6e7187b530522f772137bcd6c.tar.bz2 |
ENH: Added <config>_OUTPUT_NAME target property to allow the output name to be set on a per-configuration basis.
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 84bbf77..2cdc7de 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -69,7 +69,9 @@ public: "(for SHARED library targets). " "OUTPUT_NAME sets the real name of a target when it is built and " "can be used to help create two targets of the same name even though " - "CMake requires unique logical target names. " + "CMake requires unique logical target names. There is also a " + "<CONFIG>_OUTPUT_NAME that can set the output name on a " + "per-configuration basis. " "<CONFIG>_POSTFIX sets a postfix for the real name of the target " "when it is built under the configuration named by <CONFIG> " "(in upper-case, such as \"DEBUG_POSTFIX\"). The value of " |