diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-16 15:48:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-16 15:48:43 (GMT) |
commit | fbf40e202a86c22868ce5394014606de331356c5 (patch) | |
tree | 60b862f32489ccc7b54beb4a9ed5f9467d77be29 /Source/cmSetTargetPropertiesCommand.h | |
parent | 0fa75654078f81b19ab7bcee9ecc6642a13dcabb (diff) | |
download | CMake-fbf40e202a86c22868ce5394014606de331356c5.zip CMake-fbf40e202a86c22868ce5394014606de331356c5.tar.gz CMake-fbf40e202a86c22868ce5394014606de331356c5.tar.bz2 |
ENH: add first cut at support for exe with same name as lib
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index cf877f1..0dc5160 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -65,6 +65,8 @@ public: "sources. PRE_INSTALL_SCRIPT specifies CMake script that is run " "prior to installing the target. POST_INSTALL_SCRIPT specifies " "CMake script that is run after target is installed. " + "The OUTPUT_NAME can be used to set an output name that is " + "used in place of the target name when creating executables." "If not set here then it is set to target_EXPORTS by default " "(with some substitutions if target is not a valid C identifier). " "You can use and prop value pair you want and extract it later with " |