2018-10-26 03:34:45 +08: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-03-01 05:17:19 +08:00
|
|
|
|
2018-10-26 03:34:45 +08:00
|
|
|
Clean intermediate files generated by `vcpkg_install_msbuild()`.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```cmake
|
|
|
|
vcpkg_clean_msbuild()
|
|
|
|
```
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2021-07-15 03:45:18 +08:00
|
|
|
* [python3](https://github.com/Microsoft/vcpkg/blob/master/ports/python3/portfile.cmake)
|
2018-10-26 03:34:45 +08:00
|
|
|
|
|
|
|
## Source
|
2021-03-01 05:17:19 +08:00
|
|
|
[scripts/cmake/vcpkg\_clean\_msbuild.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_clean_msbuild.cmake)
|