mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:19:00 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
1.0 KiB
1.0 KiB
vcpkg_install_cmake
The latest version of this document lives in the vcpkg repo.
This function has been deprecated in favor of vcpkg_cmake_install
from the vcpkg-cmake port.
Build and install a cmake project.
Usage:
vcpkg_install_cmake(...)
Parameters:
See vcpkg_build_cmake()
.
Notes:
This command transparently forwards to vcpkg_build_cmake()
, adding a TARGET install
parameter.