vcpkg/docs/maintainers/vcpkg_install_cmake.md
Robert Schumacher 2c9ee072da [vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-05 17:49:28 -07:00

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.

Examples:

Source

scripts/cmake/vcpkg_install_cmake.cmake