satdump/src-core/spdlog/cfg.cpp

9 lines
279 B
C++
Raw Normal View History

2021-06-11 13:38:36 +02:00
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#ifndef SPDLOG_COMPILED_LIB
2022-05-12 18:19:01 +02:00
# error Please define SPDLOG_COMPILED_LIB to compile this file.
2021-06-11 13:38:36 +02:00
#endif
#include <spdlog/cfg/helpers-inl.h>