summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/fluent-otel-proto/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/fluent-otel-proto/cmake')
-rw-r--r--fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake b/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake
new file mode 100644
index 000000000..8501fcb45
--- /dev/null
+++ b/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake
@@ -0,0 +1,6 @@
+# Macro to set definitions
+macro(FLUENT_OTEL_DEFINITION var)
+ add_definitions(-D${var})
+ set(FLUENT_OTEL_BUILD_FLAGS "${FLUENT_OTEL_BUILD_FLAGS}#ifndef ${var}\n#define ${var}\n#endif\n")
+ set(FLUENT_OTEL_INFO_FLAGS "${FLUENT_OTEL_INFO_FLAGS} ${var}")
+endmacro()