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

@@ -41,6 +41,6 @@ protected:
} // namespace sinks
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#ifndef SPDLOG_STATIC_LIB
#include "spdlog/impl/sink.cpp"
#endif // SPDLOG_HEADER_ONLY
#endif