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 =====================