mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:58:00 +08:00
[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:
parent
5aabf6dd69
commit
ebcbbcf862
12
ports/vulkan-memory-allocator-hpp/portfile.cmake
Normal file
12
ports/vulkan-memory-allocator-hpp/portfile.cmake
Normal 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")
|
@ -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"
|
||||
)
|
10
ports/vulkan-memory-allocator-hpp/vcpkg.json
Normal file
10
ports/vulkan-memory-allocator-hpp/vcpkg.json
Normal 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"
|
||||
]
|
||||
}
|
@ -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
|
||||
|
9
versions/v-/vulkan-memory-allocator-hpp.json
Normal file
9
versions/v-/vulkan-memory-allocator-hpp.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2f76c60d16fb75bdbf3bfa08039557bfbe0ff84a",
|
||||
"version": "3.0.1",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user