summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/fluent-otel-proto/examples/CMakeLists.txt
blob: bd0ecab447fca2f831f5c9b6739ac8892e7df047 (plain)
1
2
3
4
5
6
7
set(src test-api.c)

include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${PROJECT_SOURCE_DIR}/proto_c)

add_executable(test-api ${src})
target_link_libraries(test-api fluent-otel-proto)