mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fix #1273
This commit is contained in:
parent
1472048b97
commit
fbb3f41dff
@ -82,11 +82,15 @@ message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
|
|||||||
set(SPDLOG_SRCS
|
set(SPDLOG_SRCS
|
||||||
src/spdlog.cpp
|
src/spdlog.cpp
|
||||||
src/stdout_sinks.cpp
|
src/stdout_sinks.cpp
|
||||||
src/fmt.cpp
|
|
||||||
src/color_sinks.cpp
|
src/color_sinks.cpp
|
||||||
src/file_sinks.cpp
|
src/file_sinks.cpp
|
||||||
src/async.cpp)
|
src/async.cpp)
|
||||||
|
|
||||||
|
|
||||||
|
if(NOT SPDLOG_FMT_EXTERNAL)
|
||||||
|
list(APPEND SPDLOG_SRCS src/fmt.cpp)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (SPDLOG_BUILD_SHARED)
|
if (SPDLOG_BUILD_SHARED)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
message(FATAL_ERROR "spdlog shared lib is not yet supported under windows")
|
message(FATAL_ERROR "spdlog shared lib is not yet supported under windows")
|
||||||
|
Loading…
Reference in New Issue
Block a user