aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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