aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 6b0538c52d..4a23e76a1c 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -55,6 +55,7 @@ set(CONV_SRCS
os/uv_helpers.c
os/wstream.c
os/msgpack_rpc.c
+ tempfile.c
api/buffer.c
api/private/helpers.c
api/private/handle.c