浏览代码

ENH: fix docs to include linker lang

Bill Hoffman 19 年之前
父节点
当前提交
4d90438597
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Source/cmSetTargetPropertiesCommand.h

+ 5 - 0
Source/cmSetTargetPropertiesCommand.h

@@ -94,6 +94,11 @@ public:
         "to build sources within the target.  It may also be used to pass "
         "to build sources within the target.  It may also be used to pass "
         "additional preprocessor definitions."
         "additional preprocessor definitions."
         "\n"
         "\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 "
         "For shared libraries VERSION and SOVERSION can be used to specify "
         "the build version and api version respectively. When building or "
         "the build version and api version respectively. When building or "
         "installing appropriate symlinks are created if the platform "
         "installing appropriate symlinks are created if the platform "