vcpkg_install_cmake
Warning
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.
Source
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.