aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libucl/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-28 16:57:15 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-28 16:57:15 +0100
commitc9d280cb3d6efeee26239d6cdb7827805e0ddaea (patch)
treef2331ee672f7158ba1d8c33fec770b53c3abfe99 /contrib/libucl/CMakeLists.txt
parent8bb760de0b6446e0f6f79b83812ffb7d4383e1b8 (diff)
downloadrspamd-c9d280cb3d6efeee26239d6cdb7827805e0ddaea.tar.gz
rspamd-c9d280cb3d6efeee26239d6cdb7827805e0ddaea.zip
Import the recent libucl.
Diffstat (limited to 'contrib/libucl/CMakeLists.txt')
-rw-r--r--contrib/libucl/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libucl/CMakeLists.txt b/contrib/libucl/CMakeLists.txt
index 80f50155e..a1e919484 100644
--- a/contrib/libucl/CMakeLists.txt
+++ b/contrib/libucl/CMakeLists.txt
@@ -5,7 +5,8 @@ SET(UCLSRC ucl_util.c
ucl_emitter_utils.c
ucl_hash.c
ucl_schema.c
- lua_ucl.c)
+ lua_ucl.c
+ ucl_msgpack.c)
SET (LIB_TYPE STATIC)