diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-11 12:29:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-11 12:29:03 +0000 |
commit | cdfbc684f3b74797a33a014fdcec1a4b5dd56d7c (patch) | |
tree | 11c5d896202c3ade5dec61e1766c3ee750998d5c /binding | |
parent | b03d3718d3e8f2cd513da4d4e29ac93c49a3a088 (diff) | |
parent | aeec9efc26933c30df32aa2a42deff3444dc265e (diff) |
Merge "binding: geoclue: update version of conf.d/app-templates submodule"
Diffstat (limited to 'binding')
-rw-r--r-- | binding/CMakeLists.txt | 6 |
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}) - |