vcpkg/ports/vcpkg-cmake
Alexander Neumann bae8f8c7d8
[world rebuild] Move vcpkg-cmake-get-vars to its own port (#24636)
* move vcpkg-cmake-get-vars to its own helper port

* manifest format

* version stuff

* doc and version stuff

* add missing include

* version bump

* remove coypright copying.

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
2022-05-11 16:51:06 -07:00
..
portfile.cmake [world rebuild] Move vcpkg-cmake-get-vars to its own port (#24636) 2022-05-11 16:51:06 -07:00
README.md
vcpkg_cmake_build.cmake [vcpkg-cmake|cmake buildsystem] synchronize and sanitize scripts. (#23259) 2022-05-06 15:12:11 -07:00
vcpkg_cmake_configure.cmake [vcpkg-cmake|cmake buildsystem] synchronize and sanitize scripts. (#23259) 2022-05-06 15:12:11 -07:00
vcpkg_cmake_install.cmake [vcpkg-cmake] Remove cmake generator support restrictions (#22626) 2022-01-28 11:30:37 -08:00
vcpkg-port-config.cmake [world rebuild] Move vcpkg-cmake-get-vars to its own port (#24636) 2022-05-11 16:51:06 -07:00
vcpkg.json [world rebuild] Move vcpkg-cmake-get-vars to its own port (#24636) 2022-05-11 16:51:06 -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.