mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 02:39:04 +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.