wip static-lib

This commit is contained in:
gabime
2019-04-27 18:44:48 +03:00
parent f414198fee
commit 69fcaf14e5
19 changed files with 43 additions and 55 deletions

View File

@@ -88,6 +88,6 @@ void wbuf_to_utf8buf(const fmt::wmemory_buffer &wbuf, fmt::memory_buffer &target
} // namespace details
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#ifndef SPDLOG_STATIC_LIB
#include "spdlog/impl/os.cpp"
#endif