File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Get a property.
10
10
DIRECTORY [<dir>] |
11
11
TARGET <target> |
12
12
SOURCE <source> |
13
- [< TARGET_DIRECTORY ... | DIRECTORY ...>] |
13
+ [TARGET_DIRECTORY <target> | DIRECTORY <dir>] |
14
14
INSTALL <file> |
15
15
TEST <test> |
16
16
CACHE <entry> |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Get a property for a source file.
5
5
6
6
.. code-block :: cmake
7
7
8
- get_source_file_property(VAR file [< TARGET_DIRECTORY ... | DIRECTORY ... >] property)
8
+ get_source_file_property(VAR file [TARGET_DIRECTORY <target> | DIRECTORY <dir >] property)
9
9
10
10
Gets a property from a source file. The value of the property is
11
11
stored in the variable ``VAR ``. If the source property is not found, the
You can’t perform that action at this time.
0 commit comments