mark Vulkan-HppModule target as OBJECT
This commit is contained in:
parent
7b82913567
commit
e2e53a7246
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ if (VULKAN_HEADERS_ENABLE_MODULE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# set up Vulkan-HppModule
|
# set up Vulkan-HppModule
|
||||||
add_library(Vulkan-HppModule)
|
add_library(Vulkan-HppModule OBJECT)
|
||||||
add_library(Vulkan::HppModule ALIAS Vulkan-HppModule)
|
add_library(Vulkan::HppModule ALIAS Vulkan-HppModule)
|
||||||
target_sources(Vulkan-HppModule
|
target_sources(Vulkan-HppModule
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue