From 20f5460288eea238aa6c5d4257df90d7d32f9dae Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 12 Jun 2014 13:59:13 -0400 Subject: [PATCH] Help: Link to Object Library docs from add_library --- Help/command/add_library.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst index 18d8fe32d..f19b5c042 100644 --- a/Help/command/add_library.rst +++ b/Help/command/add_library.rst @@ -80,8 +80,8 @@ Object Libraries add_library( OBJECT ...) -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 `. 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 ``$`` as a source, where ``objlib`` is the