mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
2c9ee072da
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
1.1 KiB
1.1 KiB
vcpkg_build_cmake
Build a cmake project.
Usage:
vcpkg_build_cmake([DISABLE_PARALLEL] [TARGET <target>])
Parameters:
DISABLE_PARALLEL
The underlying buildsystem will be instructed to not parallelize
TARGET
The target passed to the cmake build command (cmake --build . --target <target>
). If not specified, no target will
be passed.
Notes:
This command should be preceeded by a call to vcpkg_configure_cmake()
.
You can use the alias vcpkg_install_cmake()
function if your CMake script supports the
"install" target