spdlog/src/cfg.cpp

9 lines
279 B
C++
Raw Normal View History

2020-02-27 00:21:24 +08:00
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#ifndef SPDLOG_COMPILED_LIB
2021-07-19 05:50:51 +08:00
# error Please define SPDLOG_COMPILED_LIB to compile this file.
2020-02-27 00:21:24 +08:00
#endif
2021-05-30 20:02:56 +08:00
#include <spdlog/cfg/helpers-inl.h>