vcpkg/ports/vcpkg-cmake
pastdue 38d2893b30
Add VCPKG_MAKE_CONFIGURE_OPTIONS (that can be set in the triplet) (#18132)
* 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>
2021-06-08 09:50:09 -07:00
..
copyright
portfile.cmake [ci,vcpkg-cmake-*] remove host-only nature of vcpkg-cmake-* ports (#16774) 2021-03-18 15:06:03 -07:00
README.md
vcpkg_cmake_build.cmake
vcpkg_cmake_configure.cmake Add VCPKG_MAKE_CONFIGURE_OPTIONS (that can be set in the triplet) (#18132) 2021-06-08 09:50:09 -07:00
vcpkg_cmake_install.cmake
vcpkg-port-config.cmake
vcpkg.json Add VCPKG_MAKE_CONFIGURE_OPTIONS (that can be set in the triplet) (#18132) 2021-06-08 09:50:09 -07:00

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.