From 395554e75a52056ff6cbff9c2a9a62f401e287a9 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Thu, 9 May 2019 18:56:06 +0200 Subject: Git submodule migration to separated libraries Bug-AGL: SPEC-2139 Change-Id: Ie96b5a51b8e725a175a824236a11eb29de3631fc Signed-off-by: Frederic Marec --- src/plugins/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/plugins/CMakeLists.txt') diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 1c1c557..e6593be 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -32,11 +32,5 @@ PROJECT_TARGET_ADD(supervisor) OUTPUT_NAME ${TARGET_NAME} ) - # Library dependencies (include updates automatically) - TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-helpers - ${link_libraries} - ) - target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/app-controller/ctl-lib") -- cgit 1.2.3-korg