diff options
-rw-r--r-- | src/nvim/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index eb270eecb5..bdb262731d 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -50,7 +50,8 @@ set(CONV_SRCS os/wstream.c os/msgpack_rpc.c api/buffer.c - api/helpers.c + api/private/helpers.c + api/private/handle.c api/tabpage.c api/window.c api/vim.h |