add log_outputter.cpp

This commit is contained in:
CupWater
2026-08-17 18:36:51 +08:00
parent 1313cab93e
commit 2085e9f7a5
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ set(${PROJECT_NAME}_SOURCES
include/featherlog/log_message.hpp
include/featherlog/flog_definitions.h
include/featherlog/push_result.hpp
src/log_manager.cpp)
src/log_manager.cpp
src/log_outputter.cpp)
# 生成静态库
add_library(${PROJECT_NAME}_static STATIC ${${PROJECT_NAME}_SOURCES})