From 3f990f1afb75ff6b15e6a5b729f71779d71fba37 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 26 May 2014 13:39:14 -0300 Subject: [PATCH] Build: Add api/{helpers,handle}.c to CONV_SRCS --- src/nvim/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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