mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
CMakeLists: add install target for nvim
This commit is contained in:
parent
de7d5cec8e
commit
4961654a2a
@ -31,3 +31,5 @@ else()
|
||||
endif()
|
||||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/src/proto")
|
||||
|
||||
install(TARGETS nvim RUNTIME DESTINATION bin)
|
||||
|
Loading…
Reference in New Issue
Block a user