mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Help: Spell out ";-list" as "semicolon-separated list"
This commit is contained in:
@@ -2,7 +2,7 @@ BUILDSYSTEM_TARGETS
|
||||
-------------------
|
||||
|
||||
This read-only directory property contains a
|
||||
:ref:`;-list <CMake Language Lists>` of buildsystem targets added in the
|
||||
:ref:`semicolon-separated list <CMake Language Lists>` of buildsystem targets added in the
|
||||
directory by calls to the :command:`add_library`, :command:`add_executable`,
|
||||
and :command:`add_custom_target` commands. The list does not include any
|
||||
:ref:`Imported Targets` or :ref:`Alias Targets`, but does include
|
||||
|
||||
@@ -3,7 +3,7 @@ COMPILE_OPTIONS
|
||||
|
||||
List of options to pass to the compiler.
|
||||
|
||||
This property holds a :ref:`;-list <CMake Language Lists>` of options
|
||||
This property holds a :ref:`semicolon-separated list <CMake Language Lists>` of options
|
||||
given so far to the :command:`add_compile_options` command.
|
||||
|
||||
This property is used to initialize the :prop_tgt:`COMPILE_OPTIONS` target
|
||||
|
||||
@@ -3,7 +3,7 @@ LINK_DIRECTORIES
|
||||
|
||||
List of linker search directories.
|
||||
|
||||
This property holds a :ref:`;-list <CMake Language Lists>` of directories
|
||||
This property holds a :ref:`semicolon-separated list <CMake Language Lists>` of directories
|
||||
and is typically populated using the :command:`link_directories` command.
|
||||
It gets its initial value from its parent directory, if it has one.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LINK_OPTIONS
|
||||
List of options to use for the link step of shared library, module
|
||||
and executable targets.
|
||||
|
||||
This property holds a :ref:`;-list <CMake Language Lists>` of options
|
||||
This property holds a :ref:`semicolon-separated list <CMake Language Lists>` of options
|
||||
given so far to the :command:`add_link_options` command.
|
||||
|
||||
This property is used to initialize the :prop_tgt:`LINK_OPTIONS` target
|
||||
|
||||
@@ -2,7 +2,7 @@ SUBDIRECTORIES
|
||||
--------------
|
||||
|
||||
This read-only directory property contains a
|
||||
:ref:`;-list <CMake Language Lists>` of subdirectories processed so far by
|
||||
:ref:`semicolon-separated list <CMake Language Lists>` of subdirectories processed so far by
|
||||
the :command:`add_subdirectory` or :command:`subdirs` commands. Each entry is
|
||||
the absolute path to the source directory (containing the ``CMakeLists.txt``
|
||||
file). This is suitable to pass to the :command:`get_property` command
|
||||
|
||||
@@ -3,5 +3,5 @@ TESTS
|
||||
|
||||
List of tests.
|
||||
|
||||
This read-only property holds a :ref:`;-list <CMake Language Lists>` of tests
|
||||
This read-only property holds a :ref:`semicolon-separated list <CMake Language Lists>` of tests
|
||||
defined so far, in the current directory, by the :command:`add_test` command.
|
||||
|
||||
Reference in New Issue
Block a user