Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 796 Bytes

vcpkg_cmake_install.md

File metadata and controls

25 lines (17 loc) · 796 Bytes

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.

Examples:

Source

ports/vcpkg-cmake/vcpkg_cmake_install.cmake