Commit 5bf99dfd authored by gabime's avatar gabime

Renamed loaders.cpp to cfg.cpp

parent bc42415c
......@@ -103,7 +103,7 @@ set(SPDLOG_SRCS
src/color_sinks.cpp
src/file_sinks.cpp
src/async.cpp
src/loaders.cpp)
src/cfg.cpp)
if(NOT SPDLOG_FMT_EXTERNAL AND NOT SPDLOG_FMT_EXTERNAL_HO)
......
......@@ -83,7 +83,7 @@ spdlog_srcs = files([
'src/file_sinks.cpp',
'src/spdlog.cpp',
'src/stdout_sinks.cpp',
'src/loaders.cpp'
'src/cfg.cpp'
])
if not get_option('external_fmt')
......
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#ifndef SPDLOG_COMPILED_LIB
#error Please define SPDLOG_COMPILED_LIB to compile this file.
#endif
#include "spdlog/cfg/helpers-inl.h"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment