summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_winlog/CMakeLists.txt
blob: 7b8b315633ee1ed2599581da9fdb840433ca315d (plain)
1
2
3
4
5
6
set(src
    in_winlog.c
    pack.c
    winlog.c)

FLB_PLUGIN(in_winlog "${src}" "advapi32")