vcpkg/ports/vulkan-memory-allocator-hpp/unofficial-vulkan-memory-allocator-hpp-config.cmake

8 lines
282 B
CMake
Raw Normal View History

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"
)