diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-09 15:05:09 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-09 15:32:44 +0800 |
commit | 16be4fc08c0a77cc64027ed46c80a1cddf570c63 (patch) | |
tree | f5aaf724001b30ac89c075f7c408c46f0be9851d /binding/CMakeLists.txt | |
parent | a0045f546cba11b6f6355ba08c9a6573243ccc57 (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/CMakeLists.txt')
-rw-r--r-- | binding/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
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() |