From 16be4fc08c0a77cc64027ed46c80a1cddf570c63 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 9 Oct 2018 15:05:09 +0800 Subject: binding: mediaplayer: 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: I3e33500d7e25e833071ff42c2c6ecd4a104734f3 Signed-off-by: Matt Ranostay --- binding/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'binding/CMakeLists.txt') diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 2df218b..d31e712 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -27,6 +27,7 @@ PROJECT_TARGET_ADD(afm-mediaplayer-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} @@ -35,10 +36,6 @@ PROJECT_TARGET_ADD(afm-mediaplayer-binding) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries}) - # installation directory - INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) - if(HAVE_4A_FRAMEWORK) add_definitions(-DHAVE_4A_FRAMEWORK) endif() -- cgit 1.2.3-korg