diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 16:40:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-07 16:41:21 (GMT) |
commit | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (patch) | |
tree | bca362a9deee8b9c5175407957831534d8fa0088 /Help/command/target_sources.rst | |
parent | b71399a189616b762e975670e477c6d09813803f (diff) | |
download | CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.zip CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.gz CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.bz2 |
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about
dangling references.
Diffstat (limited to 'Help/command/target_sources.rst')
-rw-r--r-- | Help/command/target_sources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_sources.rst b/Help/command/target_sources.rst index ff756b4..d6f148d 100644 --- a/Help/command/target_sources.rst +++ b/Help/command/target_sources.rst @@ -12,7 +12,7 @@ Add sources to a target. Specify sources to use when compiling a given target. The named ``<target>`` must have been created by a command such as :command:`add_executable` or :command:`add_library` and must not be an -:prop_tgt:`IMPORTED Target`. +:ref:`IMPORTED Target <Imported Targets>`. The ``INTERFACE``, ``PUBLIC`` and ``PRIVATE`` keywords are required to specify the scope of the following arguments. ``PRIVATE`` and ``PUBLIC`` |