From 79a96ec1a4b510fc111ab808371ef0a6010ce4a4 Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Fri, 16 May 2014 07:57:59 -0400 Subject: Add a few more sources to CONV_SRCS. --- src/nvim/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index b74832840c..e956328061 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -39,6 +39,8 @@ set(CONV_SRCS cursor.c garray.c hashtab.c + log.c + map.c memory.c map.c os/env.c @@ -48,6 +50,7 @@ set(CONV_SRCS os/rstream.c os/signal.c os/users.c + os/uv_helpers.c os/wstream.c os/msgpack_rpc.c api/buffer.c -- cgit