static lib wip

This commit is contained in:
gabime
2019-04-05 16:57:49 +03:00
parent e2e3df9013
commit 156b856a80
4 changed files with 6 additions and 18 deletions

View File

@@ -1333,3 +1333,7 @@ private:
}
};
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#include "../src/os.cpp"
#endif