mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 00:30:25 +08:00
12 lines
269 B
Markdown
12 lines
269 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)
|