diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-08 20:40:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-08 20:40:56 (GMT) |
commit | 4d90438597f308a808cefdc3213e490f74dba3d4 (patch) | |
tree | c9553c6886b7058ef151876852cf5ea5714d46cc /Source/cmSetTargetPropertiesCommand.h | |
parent | ef08f5ccc79588cd9cfe67e1392df1d2a7b7774e (diff) | |
download | CMake-4d90438597f308a808cefdc3213e490f74dba3d4.zip CMake-4d90438597f308a808cefdc3213e490f74dba3d4.tar.gz CMake-4d90438597f308a808cefdc3213e490f74dba3d4.tar.bz2 |
ENH: fix docs to include linker lang
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 2cdc7de..91d320e 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -94,6 +94,11 @@ public: "to build sources within the target. It may also be used to pass " "additional preprocessor definitions." "\n" + "The LINKER_LANGUAGE property is used to change the tool " + "used to link an executable or shared library. The default is " + "set the language to match the files in the library. CXX and C " + "are common values for this property." + "\n" "For shared libraries VERSION and SOVERSION can be used to specify " "the build version and api version respectively. When building or " "installing appropriate symlinks are created if the platform " |