瀏覽代碼

Help: Link to Object Library docs from add_library

Brad King 11 年之前
父節點
當前提交
20f5460288
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Help/command/add_library.rst

+ 2 - 2
Help/command/add_library.rst

@@ -80,8 +80,8 @@ Object Libraries
 
   add_library(<name> OBJECT <src>...)
 
-Creates a special "object library" target.  An object library compiles
-source files but does not archive or link their object files into a
+Creates an :ref:`Object Library <Object Libraries>`.  An object library
+compiles source files but does not archive or link their object files into a
 library.  Instead other targets created by :command:`add_library` or
 :command:`add_executable` may reference the objects using an expression of the
 form ``$<TARGET_OBJECTS:objlib>`` as a source, where ``objlib`` is the