diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-23 15:26:38 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-31 16:54:17 +0100 |
commit | afd547b0751582656ab4754576b4f887e2295e0f (patch) | |
tree | 05c5f9b6d48fde55799bc3e0c8e1829efa4caa1d /binding-wifi | |
parent | e5c6bbe451d6c6388f2f456e55af8ecb5b2a563d (diff) |
Migrate app-templates to CMake module
Bug-AGL SPEC-1682
Change-Id: I276656e163b7da7ce5094c18ad105df0890437e6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'binding-wifi')
-rw-r--r-- | binding-wifi/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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}) - |