add install target

This commit is contained in:
josch
2014-12-30 06:50:37 +01:00
parent e5bb2e12e8
commit 9913f2948c
2 changed files with 3 additions and 0 deletions

View File

@@ -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)