mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 08:05:34 +08:00
812 B
812 B
vcpkg_install_cmake
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.