Renamed loaders.cpp to cfg.cpp

This commit is contained in:
gabime 2019-12-22 22:51:52 +02:00
parent bc42415ceb
commit 5bf99dfd61
3 changed files with 2 additions and 10 deletions

View File

@ -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)

View File

@ -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')

View File

@ -1,8 +0,0 @@
// 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"