Skip to content
Commit 9b237bf7 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Private: fix build with MSVC

MSVC does not like when the same object files are reused for both
shared and static linking, so we have to compile the sources twice.
GCC/clang don't mind, so we keep using add_library(OBJECT) there.
parent 69e6f1c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment