From f6e6432ed03ff76868efe57396036d3124881069 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 29 Mar 2019 15:56:10 +0100 Subject: Git submodule migration to separated libraries - Replace controller binder functions definition with the binder ones. and remove the last used submodules to use the separated libraries. Bug-AGL: SPEC-2139 Change-Id: I0e354757dec692c13b49f02226fcf891953667f5 Signed-off-by: Romain Forlot --- src/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a016c14..6ad1233 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,10 +35,4 @@ PROJECT_TARGET_ADD(harvester) OUTPUT_NAME ${TARGET_NAME} ) - # Library dependencies (include updates automatically) - TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-helpers - ctl-utilities - ${link_libraries}) - add_subdirectory("plugins") -- cgit 1.2.3-korg