diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-19 10:51:47 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-19 10:51:47 -0300 |
commit | b87b1a3325cc134bacd7dbec4d873053aa1c4d93 (patch) | |
tree | 0ecf38dd8b2d2ab6ad1f67a35f302897490851cf /src/nvim/CMakeLists.txt | |
parent | 93f9023b46c1c33c59e978acd305dfd015bc0df3 (diff) | |
download | rneovim-b87b1a3325cc134bacd7dbec4d873053aa1c4d93.tar.gz rneovim-b87b1a3325cc134bacd7dbec4d873053aa1c4d93.tar.bz2 rneovim-b87b1a3325cc134bacd7dbec4d873053aa1c4d93.zip |
Improve map module: Add to clint and CONV_SRCS
Diffstat (limited to 'src/nvim/CMakeLists.txt')
-rw-r--r-- | src/nvim/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 221019ebe4..d9ec65af86 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -48,6 +48,7 @@ set(CONV_SRCS arabic.c garray.c memory.c + map.c os/env.c os/event.c os/job.c |