mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
ebcbbcf862
* Added port for VulkanMemoryAllocator-Hpp * Fixed maifest format and ran x-add-version * Changed SHA
8 lines
282 B
CMake
8 lines
282 B
CMake
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"
|
|
)
|