From e2e53a724677f6eba8ff0ce1ccb64ee321785cbd Mon Sep 17 00:00:00 2001 From: Jan Kuhlmann <33833587+M2-TE@users.noreply.github.com> Date: Wed, 23 Apr 2025 12:15:35 +0200 Subject: [PATCH] mark Vulkan-HppModule target as OBJECT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a951e70..c19bea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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