mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'string_prepend'
d8ecc254 Add PREPEND sub-command to string command
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1129
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
|
||||
""""""
|
||||
|
||||
|
||||
4
Help/release/dev/string_prepend.rst
Normal file
4
Help/release/dev/string_prepend.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
string_prepend
|
||||
--------------
|
||||
|
||||
* The :command:`string` command learned a new ``PREPEND`` subcommand.
|
||||
Reference in New Issue
Block a user