mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Add install target for runtime dir
This commit is contained in:
parent
e672922ef3
commit
718beb2613
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user