From afd547b0751582656ab4754576b4f887e2295e0f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 23 Oct 2018 15:26:38 +0200 Subject: Migrate app-templates to CMake module Bug-AGL SPEC-1682 Change-Id: I276656e163b7da7ce5094c18ad105df0890437e6 Signed-off-by: Romain Forlot --- binding-wifi/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'binding-wifi') diff --git a/binding-wifi/CMakeLists.txt b/binding-wifi/CMakeLists.txt index 54fef96..4f6cc9b 100644 --- a/binding-wifi/CMakeLists.txt +++ b/binding-wifi/CMakeLists.txt @@ -30,14 +30,9 @@ PROJECT_TARGET_ADD(wifi-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