mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 02:53:48 +08:00
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"
|
||
|
)
|