string — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpCMake language Escape Sequences such as \t, \r, , and \\ may be used to construct literal tabs, carriage returns, newlines, and backslashes (respectively) to pass in a regex. For example: The quoted argument " [ \t\r ]" specifies a regex that matches any single whitespace character.
list — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpIntroduction ¶. The list subcommands APPEND, INSERT, FILTER, PREPEND , POP_BACK, POP_FRONT, REMOVE_AT, REMOVE_ITEM , REMOVE_DUPLICATES, REVERSE and SORT may create new values for the list within the current CMake variable scope. Similar to the set () command, the LIST command creates new variable values in the current scope, even if the list ...