mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
13 lines
381 B
ReStructuredText
13 lines
381 B
ReStructuredText
RULES
|
|
-----
|
|
|
|
.. versionadded:: 4.5
|
|
|
|
This read-only directory property contains a
|
|
:ref:`semicolon-separated list <CMake Language Lists>` of
|
|
rules added in the directory by calls to the :command:`add_custom_rule`
|
|
command.
|
|
Each entry in the list is the logical name of a rule, suitable
|
|
to pass to the :command:`get_property` command ``RULE`` option
|
|
when called in the same directory.
|