mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 15:09:07 +08:00
12 lines
270 B
Markdown
12 lines
270 B
Markdown
|
# vcpkg_replace_string
|
||
|
|
||
|
Replace a string in a file.
|
||
|
|
||
|
```cmake
|
||
|
vcpkg_replace_string(filename match_string replace_string)
|
||
|
```
|
||
|
|
||
|
|
||
|
## Source
|
||
|
[scripts/cmake/vcpkg_replace_string.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_replace_string.cmake)
|