diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2014-07-29 14:19:35 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-07-31 08:13:58 -0300 |
commit | 718beb26138caf43b405806ded2c45be805f21c8 (patch) | |
tree | edee009bbd0ec54e81c800681dca7e95254cbb85 | |
parent | e672922ef3b1cf3c5ce5e772788f213d1c28ba11 (diff) | |
download | rneovim-718beb26138caf43b405806ded2c45be805f21c8.tar.gz rneovim-718beb26138caf43b405806ded2c45be805f21c8.tar.bz2 rneovim-718beb26138caf43b405806ded2c45be805f21c8.zip |
Add install target for runtime dir
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c6c2742737..0f8978d74f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,6 +171,8 @@ if(BUSTED_PRG) DEPENDS nvim-test unittest-headers) endif() +install(DIRECTORY runtime DESTINATION share/nvim/) + # Unfortunately, the below does not work under Ninja. Ninja doesn't use a # pseudo-tty when launching processes, because it can put many jobs in parallel # and eat-up all the available pseudo-ttys. Unfortunately, that doesn't work |