aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/CMakeLists.txt
blob: 298b810256724d09e89f5df64c83696aaa5614f5 (plain)
1
2
3
4
5
6
7
8
9
# Lua support makefile
SET(LUASRC			  lua_common.c
					  lua_task.c
					  lua_message.c
					  lua_config.c
					  lua_classifier.c)

ADD_LIBRARY(rspamd_lua STATIC ${LUASRC})
TARGET_LINK_LIBRARIES(rspamd_lua ${LUALIB})