mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-09 19:07:46 +08:00
d5ea96667e
* Fix '/' incorrectly replaced by '-' on Linux. * Update baseline. * Use MATCHES instead of STREQUAL. * Update version hash. * Add comment for future modifications. * Update version hash. * Update version-date. * Update baseline. * Update ports/vcpkg-cmake/cmake_get_vars/CMakeLists.txt Co-authored-by: Billy O'Neal <bion@microsoft.com> * Update version. * Run vcpkg format-manifest ports/vcpkg-cmake/vcpkg.json * Run vcpkg x-add-version vcpkg-cmake Co-authored-by: Nemirtingas <Nemirtingas@noreply.com> Co-authored-by: Billy O'Neal <bion@microsoft.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.