modify something

This commit is contained in:
CupWater
2026-08-17 21:01:29 +08:00
parent 3274bf9393
commit 4fc7ef37c2
12 changed files with 133 additions and 47 deletions
+3 -2
View File
@@ -18,8 +18,9 @@ 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_outputter.cpp)
include/featherlog/log_message_flag.hpp
include/featherlog/featherlog.hpp
src/log_manager.cpp)
# 生成静态库
add_library(${PROJECT_NAME}_static STATIC ${${PROJECT_NAME}_SOURCES})