From 5b68f4206cd710666bec294fcac058416f4d4c87 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 9 Oct 2018 16:47:21 +0800 Subject: binding: geofence: update version of conf.d/app-templates submodule To allow coverage tests to be run it requires the app-templates to be updated to a recent release. Bug-AGL: SPEC-1799 Change-Id: I42afaadf7530d7e5c9041621666eec01f191c2c4 Signed-off-by: Matt Ranostay --- binding/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'binding') diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index ce46686..74fd8f0 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -25,6 +25,7 @@ PROJECT_TARGET_ADD(afm-geofence-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-geofence-binding) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries}) - - # installation directory - INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) - -- cgit 1.2.3-korg