mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
wip
This commit is contained in:
@@ -58,5 +58,5 @@ private:
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "../../../src/file_helper.cpp"
|
||||
#include "spdlog/impl/file_helper.cpp"
|
||||
#endif // ! SPDLOG_HEADER_ONLY
|
||||
|
@@ -34,5 +34,5 @@ struct log_msg
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "../../../src/log_msg.cpp"
|
||||
#include "spdlog/impl/log_msg.cpp"
|
||||
#endif // SPDLOG_HEADER_ONLY
|
||||
|
@@ -89,5 +89,5 @@ void wbuf_to_utf8buf(const fmt::wmemory_buffer &wbuf, fmt::memory_buffer &target
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "../src/os.cpp"
|
||||
#include "spdlog/impl/os.cpp"
|
||||
#endif
|
||||
|
@@ -103,5 +103,5 @@ private:
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "../src/pattern_formatter.cpp"
|
||||
#include "spdlog/impl/pattern_formatter.cpp"
|
||||
#endif
|
||||
|
@@ -102,5 +102,5 @@ private:
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "../src/registry.cpp"
|
||||
#include "spdlog/impl/registry.cpp"
|
||||
#endif // SPDLOG_HEADER_ONLY
|
||||
|
Reference in New Issue
Block a user