From d392acb4e65e2ce133acf4a07dba983060f58725 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 17 Aug 2005 16:11:18 -0400 Subject: ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables. --- Source/cmSetTargetPropertiesCommand.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/cmSetTargetPropertiesCommand.h') diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 8786637ffd..64e78d69b8 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -71,6 +71,9 @@ public: "supports symlinks and the linker supports so-names. " "If only one of both is specified the missing is assumed to have " "the same version number. " + "For executables VERSION can be used to specify the build version. " + "When building or installing appropriate symlinks are created if " + "the platform supports symlinks. " "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 " -- cgit v1.2.1