mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 21:07:54 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
18 lines
531 B
Markdown
18 lines
531 B
Markdown
# vcpkg_clean_msbuild
|
|
|
|
The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_clean_msbuild.md).
|
|
|
|
Clean intermediate files generated by `vcpkg_install_msbuild()`.
|
|
|
|
## Usage
|
|
```cmake
|
|
vcpkg_clean_msbuild()
|
|
```
|
|
|
|
## Examples
|
|
|
|
* [xalan-c](https://github.com/Microsoft/vcpkg/blob/master/ports/xalan-c/portfile.cmake)
|
|
|
|
## Source
|
|
[scripts/cmake/vcpkg\_clean\_msbuild.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_clean_msbuild.cmake)
|