From 88211e8b9cb19ecec8c28c1de19e0d42dadcb916 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Fri, 10 May 2019 10:54:58 +0200 Subject: Git submodule migration to separated libraries Bug-AGL: SPEC-2139 Change-Id: I6f1227f7b293b6a3dc8d527e18cd482955783021 Signed-off-by: Frederic Marec --- plugin/unicens-input/CMakeLists.txt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'plugin/unicens-input/CMakeLists.txt') diff --git a/plugin/unicens-input/CMakeLists.txt b/plugin/unicens-input/CMakeLists.txt index 57ed7af..972188c 100644 --- a/plugin/unicens-input/CMakeLists.txt +++ b/plugin/unicens-input/CMakeLists.txt @@ -30,15 +30,4 @@ PROJECT_TARGET_ADD(hal-unicens-md-input) PREFIX "" SUFFIX ".ctlso" OUTPUT_NAME ${TARGET_NAME} - ) - - # Library dependencies (include updates automatically) - TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-helpers - ctl-utilities - ${link_libraries} - ) - - target_include_directories(${TARGET_NAME} - PRIVATE "${CMAKE_SOURCE_DIR}/app-controller/ctl-lib" - ) + ) \ No newline at end of file -- cgit 1.2.3-korg