aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2014-02-25 00:03:13 +0000
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-25 13:20:14 -0300
commit4961654a2ab5c746920d4f9c40eda662dfe19cc3 (patch)
treea514191d41e22e2413433a69ec3c5d64b30e1cbc
parentde7d5cec8ed450b06efadf2151db43c378f9d5db (diff)
downloadrneovim-4961654a2ab5c746920d4f9c40eda662dfe19cc3.tar.gz
rneovim-4961654a2ab5c746920d4f9c40eda662dfe19cc3.tar.bz2
rneovim-4961654a2ab5c746920d4f9c40eda662dfe19cc3.zip
CMakeLists: add install target for nvim
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)