aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libucl/CMakeLists.txt
diff options
context:
space:
mode:
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)