cmake_print_properties(): Update grammar docs

This commit is contained in:
FeRD (Frank Dana) 2022-06-06 11:39:59 -04:00
parent e52b9e1270
commit b7ddfcfe08

View File

@ -10,12 +10,12 @@ e.g. for debugging.
:: ::
cmake_print_properties([TARGETS target1 .. targetN] cmake_print_properties(<TARGETS [<target1> ...] |
[SOURCES source1 .. sourceN] SOURCES [<source1> ...] |
[DIRECTORIES dir1 .. dirN] DIRECTORIES [<dir1> ...] |
[TESTS test1 .. testN] TESTS [<test1> ...] |
[CACHE_ENTRIES entry1 .. entryN] CACHE_ENTRIES [<entry1> ...] >
PROPERTIES prop1 .. propN ) PROPERTIES [<prop1> ...] )
This function prints the values of the properties of the given targets, This function prints the values of the properties of the given targets,
source files, directories, tests or cache entries. Exactly one of the source files, directories, tests or cache entries. Exactly one of the