Updates to latest tagged release. Now uses the provided cmake file
instead of using a custom one (although a custom target file was added)
- [*] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [*] SHA512s are updated for each updated download.
- [*] The "supports" clause reflects platforms that may be fixed by this
new version.
- [*] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [*] Any patches that are no longer applied are deleted from the port's
directory.
- [*] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [*] Only one version is added to each modified port's versions file.
* Added d3d12 memory allocator port.
* Fixed leftover name from vulkan memory allocator.
* Remove single header patch.
* Don't apply patch.
* Properly set interface sources.
* Bump version and update manifest format.
* Build static library instead of using an interface target.
* Properly export and fixup config.
* Update baseline.
* Remove `PREFER_NINJA`.
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update version.
* Use `version-date` instead of `version`.
* Update baseline.
* Remove leftover version.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>