mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 08:27:56 +08:00
873 B
873 B
vcpkg_clean_executables_in_bin
Remove specified executables found in ${CURRENT_PACKAGES_DIR}/bin
and ${CURRENT_PACKAGES_DIR}/debug/bin
. If, after all specified executables have been removed, and the bin
and debug/bin
directories are empty, then also delete bin
and debug/bin
directories.
Usage
vcpkg_clean_executables_in_bin(
FILE_NAMES <file1>...
)
Parameters
FILE_NAMES
A list of executable filenames without extension.
Notes
Generally, there is no need to call this function manually. Instead, pass an extra AUTO_CLEAN
argument when calling vcpkg_copy_tools
.