summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/filter_lua/CMakeLists.txt
blob: 2812e36228742815083c798fe46e0bf570eeebe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(src
  lua_config.c
  lua.c)

if(MSVC)
  FLB_PLUGIN(filter_lua "${src}" "")
else()
  FLB_PLUGIN(filter_lua "${src}" "m")
endif()

if(FLB_FILTER_LUA_USE_MPACK)
    add_definitions(-DFLB_FILTER_LUA_USE_MPACK)
endif()