mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
Renamed loaders.cpp to cfg.cpp
This commit is contained in:
parent
bc42415ceb
commit
5bf99dfd61
@ -103,7 +103,7 @@ set(SPDLOG_SRCS
|
|||||||
src/color_sinks.cpp
|
src/color_sinks.cpp
|
||||||
src/file_sinks.cpp
|
src/file_sinks.cpp
|
||||||
src/async.cpp
|
src/async.cpp
|
||||||
src/loaders.cpp)
|
src/cfg.cpp)
|
||||||
|
|
||||||
|
|
||||||
if(NOT SPDLOG_FMT_EXTERNAL AND NOT SPDLOG_FMT_EXTERNAL_HO)
|
if(NOT SPDLOG_FMT_EXTERNAL AND NOT SPDLOG_FMT_EXTERNAL_HO)
|
||||||
|
@ -83,7 +83,7 @@ spdlog_srcs = files([
|
|||||||
'src/file_sinks.cpp',
|
'src/file_sinks.cpp',
|
||||||
'src/spdlog.cpp',
|
'src/spdlog.cpp',
|
||||||
'src/stdout_sinks.cpp',
|
'src/stdout_sinks.cpp',
|
||||||
'src/loaders.cpp'
|
'src/cfg.cpp'
|
||||||
])
|
])
|
||||||
|
|
||||||
if not get_option('external_fmt')
|
if not get_option('external_fmt')
|
||||||
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user