aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-05-19 10:51:47 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-05-19 10:51:47 -0300
commitb87b1a3325cc134bacd7dbec4d873053aa1c4d93 (patch)
tree0ecf38dd8b2d2ab6ad1f67a35f302897490851cf /src/nvim/CMakeLists.txt
parent93f9023b46c1c33c59e978acd305dfd015bc0df3 (diff)
downloadrneovim-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.txt1
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