[vulkan-memory-allocator-hpp] New port (#27189)

* Added port for VulkanMemoryAllocator-Hpp

* Fixed maifest format and ran x-add-version

* Changed SHA
This commit is contained in:
Henrik 2022-10-15 01:15:32 +02:00 committed by GitHub
parent 5aabf6dd69
commit ebcbbcf862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO YaaZ/VulkanMemoryAllocator-Hpp
REF v3.0.1
SHA512 0631319ec892161acb85903ddeecf0b18ff6772fdb44b46c756f6c148d150ea0850f7a35f105a04e9b23baf6ea5aa9bb373e04c7be598f1caa23c22cacf4ee00
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")
file(COPY "${CMAKE_CURRENT_LIST_DIR}/unofficial-vulkan-memory-allocator-hpp-config.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/unofficial-${PORT}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -0,0 +1,7 @@
add_library(unofficial::VulkanMemoryAllocator-Hpp::VulkanMemoryAllocator-Hpp INTERFACE IMPORTED)
set_target_properties(
unofficial::VulkanMemoryAllocator-Hpp::VulkanMemoryAllocator-Hpp
PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_LIST_DIR}/../../include"
)

View File

@ -0,0 +1,10 @@
{
"name": "vulkan-memory-allocator-hpp",
"version": "3.0.1",
"description": "C++ bindings for VulkanMemoryAllocator",
"homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp",
"license": "CC0-1.0",
"dependencies": [
"vulkan"
]
}

View File

@ -7800,6 +7800,10 @@
"baseline": "3.0.0",
"port-version": 0
},
"vulkan-memory-allocator-hpp": {
"baseline": "3.0.1",
"port-version": 0
},
"vxl": {
"baseline": "2.0.2",
"port-version": 4

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "2f76c60d16fb75bdbf3bfa08039557bfbe0ff84a",
"version": "3.0.1",
"port-version": 0
}
]
}