summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Bieniek <andyhelp@gmail.com>2012-02-13 22:55:50 +0000
committerAndrzej Bieniek <andyhelp@gmail.com>2012-02-13 22:55:50 +0000
commit924f76739b098e14dcbf3e8ccd3703c1fbe09acb (patch)
tree9f1b02433992513bc036a4accb9ccffcf3f66636
parent76ad92ad8d724a127d61a9e55f3d9c21b00ada5e (diff)
cmake - add install target
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f43d5f..fda54c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,4 +35,6 @@ qt4_wrap_ui (mpristester_SRCS
add_executable (mpristester ${mpristester_SRCS})
target_link_libraries (mpristester ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTDBUS_LIBRARY})
+INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/mpristester DESTINATION bin)
+
# vim:et:sw=3:sts=3