mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 05:19:01 +08:00
38d2893b30
* Add VCPKG_MAKE_CONFIGURE_OPTIONS that can be set in the triplet To append options to the configure command * Add documentation * Expand without quotes Co-Authored-By: ras0219 <533828+ras0219@users.noreply.github.com> * Add VCPKG_CMAKE_CONFIGURE_OPTIONS that can be set in the triplet Co-Authored-By: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Bump vcpkg-cmake port-version * Run x-add-version vcpkg-cmake * Apply suggestions from code review * [vcpkg-cmake] add version Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> |
||
---|---|---|
.. | ||
copyright | ||
portfile.cmake | ||
README.md | ||
vcpkg_cmake_build.cmake | ||
vcpkg_cmake_configure.cmake | ||
vcpkg_cmake_install.cmake | ||
vcpkg-port-config.cmake | ||
vcpkg.json |
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.