Added stdout_sinks.h to the library build

This commit is contained in:
gabime
2019-07-18 13:59:38 +03:00
parent 9f1b4fc9e7
commit baa978ab0b
2 changed files with 26 additions and 0 deletions

View File

@@ -71,4 +71,8 @@ std::shared_ptr<logger> stderr_logger_st(const std::string &logger_name);
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#include "stdout_sinks-inl.h"
#endif