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

@@ -23,10 +23,11 @@
#include "spdlog/fmt/fmt.h"
#ifdef SPDLOG_HEADER_ONLY
#define SPDLOG_INLINE inline
#else
#ifdef SPDLOG_STATIC_LIB
#define SPDLOG_INLINE
#else
#define SPDLOG_INLINE inline
#endif
// visual studio upto 2013 does not support noexcept nor constexpr