Files
spdlog/src/cfg.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
279 B
C++
Raw Normal View History

2020-02-26 18:21:24 +02: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 00:50:51 +03:00
#error Please define SPDLOG_COMPILED_LIB to compile this file.
2020-02-26 18:21:24 +02:00
#endif
2021-05-30 13:02:56 +01:00
#include <spdlog/cfg/helpers-inl.h>