aboutsummaryrefslogtreecommitdiff
path: root/ports/vulkan-memory-allocator/unofficial-vulkan-memory-allocator-config.cmake
blob: fc9f62550f8c0549d2c2f67e6865da910218bd27 (plain)
1
2
3
4
5
6
7
8

get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)

add_library(unofficial::vulkan-memory-allocator::vulkan-memory-allocator INTERFACE IMPORTED)
set_target_properties(unofficial::vulkan-memory-allocator::vulkan-memory-allocator PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include")
set(_IMPORT_PREFIX)