From 4eef7fc2ac52905db7d7af08ef4214cbde51796c Mon Sep 17 00:00:00 2001 From: Luciano Passos Almeida Date: Tue, 16 Sep 2025 12:27:36 -0300 Subject: [PATCH] Including payload decoder into CMakeList.txt for the library --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 6a8c1e32f..a39e65b98 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -52,6 +52,7 @@ set(SRCS decorators/BaseDecorator.cpp pal/PAL.cpp pal/TaskDispatcher_CAPI.cpp pal/WorkerThread.cpp + decoder/PayloadDecoder.cpp ) # Support for Azure Monitor / Application Insights