From a14fcfc821d855522fed43ed68db64d572a82428 Mon Sep 17 00:00:00 2001 From: Leonardo Alminana Date: Tue, 12 Nov 2024 16:12:56 +0100 Subject: [PATCH] lib: fluent-otel-proto: updated missing file Signed-off-by: Leonardo Alminana --- lib/fluent-otel-proto/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fluent-otel-proto/src/CMakeLists.txt b/lib/fluent-otel-proto/src/CMakeLists.txt index 14403c9a75b..6fc714b52f2 100644 --- a/lib/fluent-otel-proto/src/CMakeLists.txt +++ b/lib/fluent-otel-proto/src/CMakeLists.txt @@ -36,6 +36,8 @@ endif() if (FLUENT_PROTO_PROFILES) set(src ${src} ${OTEL_C_FILES}/proto/profiles/v1development/profiles.pb-c.c) + set(src ${src} ${OTEL_C_FILES}/proto/profiles/v1development/pprofextended.pb-c.c) + set(src ${src} ${OTEL_C_FILES}/proto/collector/profiles/v1development/profiles_service.pb-c.c) endif() add_library(fluent-otel-proto STATIC ${src})