Help: Document installed file property API

Since commit v3.1.0-rc1~479^2~1 (Add an "installed file" property
scope, 2014-05-15) the get_property and set_property commands
support an 'INSTALL' scope.  Add documentation for this scope.
This commit is contained in:
Nils Gladitz
2014-12-01 08:48:19 -05:00
committed by Brad King
parent a1aceb2585
commit 07254a8166
2 changed files with 21 additions and 0 deletions
+4
View File
@@ -10,6 +10,7 @@ Get a property.
DIRECTORY [dir] |
TARGET <target> |
SOURCE <source> |
INSTALL <file> |
TEST <test> |
CACHE <entry> |
VARIABLE>
@@ -35,6 +36,9 @@ be one of the following:
``SOURCE``
Scope must name one source file.
``INSTALL``
Scope must name one installed file path.
``TEST``
Scope must name one existing test.