aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-memory-allocator-hpp/unofficial-vulkan-memory-allocator-hpp-config.cmake
blob: d4c0207f5ff4e8adabb100e719e0c81448be6437 (plain)
1
2
3
4
5
6
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"
)