mark Vulkan-HppModule target as OBJECT

This commit is contained in:
Jan Kuhlmann 2025-04-23 12:15:35 +02:00 committed by Charles Giessen
parent 7b82913567
commit e2e53a7246

View file

@ -67,7 +67,7 @@ if (VULKAN_HEADERS_ENABLE_MODULE)
endif()
# set up Vulkan-HppModule
add_library(Vulkan-HppModule)
add_library(Vulkan-HppModule OBJECT)
add_library(Vulkan::HppModule ALIAS Vulkan-HppModule)
target_sources(Vulkan-HppModule
PUBLIC