summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-04-02 12:18:07 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-15 11:32:30 +0000
commit434c7a072e6abab27ef30dda3c35c1a0dcb41e24 (patch)
tree66205a5b01d3f49c1df140ae326ae1569023baef /src
parent7bfec93a539b1e3a4db37ca056b8da9f4190ecfd (diff)
Git submodule migration to separated libraries
Replace the afb-helpers submodule usage with the separated library instead. Bug-AGL: SPEC-2139 Change-Id: I1a89a81642a61daee718ab74bff47d93e93a8710 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index afa714f..45bc242 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -26,8 +26,3 @@ PROJECT_TARGET_ADD(platform-info)
LABELS "BINDING"
OUTPUT_NAME ${TARGET_NAME}
)
-
- TARGET_LINK_LIBRARIES(${TARGET_NAME}
- afb-helpers
- ${link_libraries}
- )