From beb2129074d52bee6a3f4b132e3c9525ede96f0e Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Tue, 15 Sep 2009 11:58:29 +0000 Subject: [PATCH] added install target for sems-stats git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1498 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/stats/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/plug-in/stats/CMakeLists.txt b/core/plug-in/stats/CMakeLists.txt index 62c84871..cdab155b 100644 --- a/core/plug-in/stats/CMakeLists.txt +++ b/core/plug-in/stats/CMakeLists.txt @@ -14,3 +14,6 @@ ADD_LIBRARY(stats SHARED ${stats_SRCS}) SET_TARGET_PROPERTIES(stats PROPERTIES OUTPUT_NAME "stats") TARGET_LINK_LIBRARIES(stats ${CMAKE_DL_LIBS} pthread m) +INSTALL(TARGETS sems-stats + RUNTIME DESTINATION sbin + )