mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Instead of the library that may be bundled with spdlog, because spdlog may be distributed without a bundled fmt (e.g. in Arch Linux's repositories). This also changes both fmt and spdlog to be built as static libraries instead of used as header-only libraries, as that's the recommended approach.