mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
11 lines
250 B
ReStructuredText
11 lines
250 B
ReStructuredText
COMMAND_COUNT
|
|
-------------
|
|
|
|
.. versionadded:: 4.5
|
|
|
|
Read-only property giving the count of ``COMMAND`` options of the
|
|
:command:`add_custom_rule` command.
|
|
|
|
To retrieve the ``<INDEX>``th ``COMMAND``, use the :prop_rule:`COMMAND_<INDEX>`
|
|
rule property.
|