aboutsummaryrefslogtreecommitdiffstats
path: root/binding
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-11 12:29:03 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-11 12:29:03 +0000
commitcdfbc684f3b74797a33a014fdcec1a4b5dd56d7c (patch)
tree11c5d896202c3ade5dec61e1766c3ee750998d5c /binding
parentb03d3718d3e8f2cd513da4d4e29ac93c49a3a088 (diff)
parentaeec9efc26933c30df32aa2a42deff3444dc265e (diff)
Merge "binding: geoclue: update version of conf.d/app-templates submodule"
Diffstat (limited to 'binding')
-rw-r--r--binding/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt
index 2ff30e0..fe5549c 100644
--- a/binding/CMakeLists.txt
+++ b/binding/CMakeLists.txt
@@ -25,6 +25,7 @@ PROJECT_TARGET_ADD(afm-geoclue-binding)
# Binder exposes a unique public entry point
SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES
+ PREFIX "lib"
LABELS "BINDING"
LINK_FLAGS ${BINDINGS_LINK_FLAG}
OUTPUT_NAME ${TARGET_NAME}
@@ -32,8 +33,3 @@ PROJECT_TARGET_ADD(afm-geoclue-binding)
# Library dependencies (include updates automatically)
TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries})
-
- # installation directory
- INSTALL(TARGETS ${TARGET_NAME}
- LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR})
-