From dba5d7d2146a0cceb5b1357524aad9407c466e67 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 29 Nov 2024 23:41:26 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6be0da51a..8f6ca16df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,6 +202,7 @@ set(SPDLOG_SRCS "src/logger.cpp" "src/pattern_formatter.cpp" "src/spdlog.cpp" + "src/cfg/helpers.cpp" "src/details/file_helper.cpp" "src/details/log_msg.cpp" "src/details/log_msg_buffer.cpp"