mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 10:08:21 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
14 lines
424 B
Markdown
14 lines
424 B
Markdown
# vcpkg_replace_string
|
|
|
|
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_replace_string.md).
|
|
|
|
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)
|