diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8adfa9fff8..dfd0764a94 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,3 +31,5 @@ else() endif() include_directories ("${PROJECT_SOURCE_DIR}/src/proto") + +install(TARGETS nvim RUNTIME DESTINATION bin)