mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:49:07 +08:00
23cc58477e
* [docs] Rewrite docs for vcpkg_cmake_build and vcpkg_cmake_install * [docs] Fix broken links * [docs] Add notes about parent helper port
1.1 KiB
1.1 KiB
vcpkg_install_cmake
This function has been deprecated in favor of vcpkg_cmake_install
from the vcpkg-cmake port.
The latest version of this document lives in the vcpkg repo.
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.