mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-26 09:37:18 +02:00
813 B
813 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.