diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-11 12:28:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-11 12:28:44 +0000 |
commit | fe23ca1a7b011a8ba39e6d2ba1d2cbd80bbd1262 (patch) | |
tree | f52fb03a1bd5dda948975bb9ea2fc27da27ee562 /binding | |
parent | 2ccdc4247c76a8f7768b3744c7083379c13bc80e (diff) | |
parent | 16be4fc08c0a77cc64027ed46c80a1cddf570c63 (diff) |
Merge "binding: mediaplayer: update version of conf.d/app-templates submodule"
Diffstat (limited to 'binding')
-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() |