diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-26 13:39:14 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-26 14:02:12 -0300 |
commit | 3f990f1afb75ff6b15e6a5b729f71779d71fba37 (patch) | |
tree | 974df0c3f7837f26b88a20e1f90e91b4607842c9 | |
parent | e994b6f1b1082d5808f27addd7638e86f02aeaf1 (diff) | |
download | rneovim-3f990f1afb75ff6b15e6a5b729f71779d71fba37.tar.gz rneovim-3f990f1afb75ff6b15e6a5b729f71779d71fba37.tar.bz2 rneovim-3f990f1afb75ff6b15e6a5b729f71779d71fba37.zip |
Build: Add api/{helpers,handle}.c to CONV_SRCS
-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 |