2018-10-25 20:34:45 +01:00
|
|
|
# vcpkg_clean_msbuild
|
|
|
|
|
2021-03-11 01:56:07 +08:00
|
|
|
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_clean_msbuild.md).
|
2021-02-28 13:17:19 -08:00
|
|
|
|
2018-10-25 20:34:45 +01:00
|
|
|
Clean intermediate files generated by `vcpkg_install_msbuild()`.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```cmake
|
|
|
|
vcpkg_clean_msbuild()
|
|
|
|
```
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2021-07-14 14:45:18 -05:00
|
|
|
* [python3](https://github.com/Microsoft/vcpkg/blob/master/ports/python3/portfile.cmake)
|
2018-10-25 20:34:45 +01:00
|
|
|
|
|
|
|
## Source
|
2021-02-28 13:17:19 -08:00
|
|
|
[scripts/cmake/vcpkg\_clean\_msbuild.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_clean_msbuild.cmake)
|