mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
Add PREPEND sub-command to string command
This commit is contained in:
@@ -132,6 +132,15 @@ APPEND
|
||||
|
||||
Append all the input arguments to the string.
|
||||
|
||||
PREPEND
|
||||
"""""""
|
||||
|
||||
::
|
||||
|
||||
string(PREPEND <string variable> [<input>...])
|
||||
|
||||
Prepend all the input arguments to the string.
|
||||
|
||||
CONCAT
|
||||
""""""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user