From 4961654a2ab5c746920d4f9c40eda662dfe19cc3 Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Tue, 25 Feb 2014 00:03:13 +0000 Subject: CMakeLists: add install target for nvim --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit