mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:49:29 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
796 B
796 B
vcpkg_cmake_install
The latest version of this document lives in the vcpkg repo.
Build and install a cmake project.
vcpkg_cmake_install(
[DISABLE_PARALLEL]
[ADD_BIN_TO_PATH]
)
vcpkg_cmake_install
transparently forwards to vcpkg_cmake_build()
,
with additional parameters to set the TARGET
to install
,
and to set the LOGFILE_ROOT
to install
as well.