From 45d4198af0c314cdcd3d489429953a5b93de988b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 23 Oct 2018 15:26:36 +0200 Subject: Migrate app-templates to CMake module Bug-AGL SPEC-1682 Change-Id: I2fa1714779391e1a22b5cf527bd8741ba28c9f2b Signed-off-by: Romain Forlot --- binding-bluetooth/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'binding-bluetooth/CMakeLists.txt') diff --git a/binding-bluetooth/CMakeLists.txt b/binding-bluetooth/CMakeLists.txt index a9abca9..7461824 100644 --- a/binding-bluetooth/CMakeLists.txt +++ b/binding-bluetooth/CMakeLists.txt @@ -33,14 +33,9 @@ PROJECT_TARGET_ADD(bluetooth-binding) SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES PREFIX "libafm-" LABELS "BINDING" - LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) # 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