mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
6d5eba6a6d
* Add SKIP_CLEAN option to vcpkg_install_msbuild Also add vcpkg_clean_msbuild function to factor out clean logic and allow re-use in portfiles. * xalan-c: Correct header globbing * vcpkg_install_msbuild: SKIP_CLEAN documentation correction * [xalan-c] Add explicit check for localmsgindex header. [docs] Regenerate
460 B
460 B
vcpkg_test_cmake
Tests a built package for CMake find_package()
integration.
Usage:
vcpkg_test_cmake(PACKAGE_NAME <name> [MODULE])
Parameters:
PACKAGE_NAME
The expected name to find with find_package()
.
MODULE
Indicates that the library expects to be found via built-in CMake targets.