mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 15:24:34 +00:00
Create alias cmake target
This commit is contained in:
parent
a727a05635
commit
fa772cbeac
@ -4,6 +4,7 @@ project(VulkanBootstrap)
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
||||
add_library(vk-bootstrap src/VkBootstrap.h src/VkBootstrap.cpp)
|
||||
add_library(vk-bootstrap::vk-bootstrap ALIAS vk-bootstrap)
|
||||
|
||||
target_include_directories(vk-bootstrap PUBLIC src)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user