From 23230c090dbf9e0331ebf9f17443abe1d55dfde7 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 15 May 2009 15:09:59 +0000 Subject: [PATCH] Added first install target - sems executable itself (and more to come\!) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1386 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index ab7ca342..6d599bba 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -96,3 +96,6 @@ ENDIF(SEMS_USE_IPV6) ADD_SUBDIRECTORY(plug-in) +INSTALL(TARGETS sems + RUNTIME DESTINATION sbin + )