From 9913f2948c310faa8e9e46c834f6929b9dfe6628 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 30 Dec 2014 06:50:37 +0100 Subject: [PATCH] add install target --- CMakeLists.txt | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e37fc9..0666fa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,3 +114,5 @@ add_test(iwyu ${CMAKE_SOURCE_DIR}/tests/iwyu.py ${CMAKE_BINARY_DIR}) add_test(indent ${CMAKE_SOURCE_DIR}/tests/indent.sh ${CMAKE_SOURCE_DIR}) add_test(valgrind_fuse ${CMAKE_SOURCE_DIR}/tests/valgrind_fuse.sh ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) add_test(valgrind_shell ${CMAKE_SOURCE_DIR}/tests/valgrind_shell.sh ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) + +install (TARGETS mediafire-fuse mediafire-shell DESTINATION bin) diff --git a/README.md b/README.md index fa47081..1e48d8c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This project is using cmake, so you can build the software out-of-tree: cd build cmake .. make + make install Runtime Configuration =====================