Skip to content
  • Daniel Vrátil's avatar
    Private: fix build with MSVC · 9b237bf7
    Daniel Vrátil authored
    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.
    9b237bf7