Add install target for runtime dir

This commit is contained in:
Rui Abreu Ferreira 2014-07-29 14:19:35 +01:00 committed by Thiago de Arruda
parent e672922ef3
commit 718beb2613

View File

@ -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