summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorSebastian Lipponer <mail@sebastianlipponer.de>2019-04-03 19:26:29 (GMT)
committerSebastian Lipponer <mail@sebastianlipponer.de>2019-04-08 17:57:22 (GMT)
commit698f51abacb572508c5386b406c2c8a30f0be1e8 (patch)
treeec2714d513a14cc27ed669d3f51a99b5f3a67a7a /Help/manual
parent4f07fdde26f1de59e2e8c2a32f0af7a2caff422d (diff)
downloadCMake-698f51abacb572508c5386b406c2c8a30f0be1e8.zip
CMake-698f51abacb572508c5386b406c2c8a30f0be1e8.tar.gz
CMake-698f51abacb572508c5386b406c2c8a30f0be1e8.tar.bz2
Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex>
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-generator-expressions.7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index 8f4c4fc..e3a96bd 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -293,6 +293,8 @@ String Transformations
Joins the list with the content of ``string``.
``$<REMOVE_DUPLICATES:list>``
Removes duplicated items in the given ``list``.
+``$<FILTER:list,INCLUDE|EXCLUDE,regex>``
+ Includes or removes items from ``list`` that match the regular expression ``regex``.
``$<LOWER_CASE:string>``
Content of ``string`` converted to lower case.
``$<UPPER_CASE:string>``