mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
c556911a79
* put default generator and toolchain selection into a function * update version-date of script * version stuff * restore PREFER_NINJA behavior on windows use elseif instead of else * cr ws change * missing , * version stuff * CR scripts/cmake/vcpkg_configure_cmake.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * CR changes * revert baseline * update version * bump version * version stuff * ci retrigger Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
vcpkg-cmake
This port contains cmake functions for dealing with a CMake buildsystem.
In the common case, vcpkg_cmake_configure()
(with appropriate arguments)
followed by vcpkg_cmake_install()
will be enough to build and install a port.
vcpkg_cmake_build()
is provided for more complex cases.