summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-06-20 15:54:12 (GMT)
committerBrad King <brad.king@kitware.com>2005-06-20 15:54:12 (GMT)
commitcbdc3f408d1ebb13e7296b5dfb1ee70a40deb823 (patch)
treefc608c8def90f9feffc733b0396552a2956a0b40 /Source/cmSetTargetPropertiesCommand.h
parent3748dff70da464dc5c5db878baa52cd9ba588014 (diff)
downloadCMake-cbdc3f408d1ebb13e7296b5dfb1ee70a40deb823.zip
CMake-cbdc3f408d1ebb13e7296b5dfb1ee70a40deb823.tar.gz
CMake-cbdc3f408d1ebb13e7296b5dfb1ee70a40deb823.tar.bz2
ENH: Added documentation of VERSION and SOVERSION properties.
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index 0dc5160..8786637 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -65,6 +65,12 @@ 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. "
+ "For shared libraries VERSION and SOVERSION can be used to specify "
+ "the build version and api version respecitvely. When building or "
+ "installing appropriate symlinks are created if the platform "
+ "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. "
"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 "