summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2014-09-24 13:35:58 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2014-09-24 13:35:58 +0200
commit6e42bdf5cfc92199f7f406826f7a763d3de2c45a (patch)
tree88cf410934ec0874e73579c66615ff4aeba6d316
parentee7f41f2a417401e5bde58fb1cc286186108c2c5 (diff)
downloadvSomeIP-6e42bdf5cfc92199f7f406826f7a763d3de2c45a.tar.gz
[PATCH 6/8] CMakeLists.txt: install service discovery library
Signed-off-by: Lukas Bulwahn, BMW Car IT GmbH <Lukas.Bulwahn@bmw.de>
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4576cc2..10f6503 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,6 +120,11 @@ install (
)
install (
+ TARGETS vsomeip-sd
+ LIBRARY DESTINATION "${INSTALL_LIB_DIR}" COMPONENT shlib
+)
+
+install (
TARGETS request-sample response-sample subscribe-sample notify-sample
RUNTIME DESTINATION "${INSTALL_BIN_DIR}" COMPONENT bin
)