From 8ef54e0215c06241c3487f78dd2ea50fbe6af903 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 29 Mar 2019 17:44:48 +0100 Subject: Git submodule migration to separated libraries Replace controller binder functions definition with the binder ones and remove the submodules in favor of the separated libraries. Bug-AGL: SPEC-2139 Change-Id: I06e5e7a03a918bf0ce139636104e1a73d2442a09 Signed-off-by: Romain Forlot --- signal-composer-binding/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'signal-composer-binding/CMakeLists.txt') diff --git a/signal-composer-binding/CMakeLists.txt b/signal-composer-binding/CMakeLists.txt index 2f99203..bbb6330 100644 --- a/signal-composer-binding/CMakeLists.txt +++ b/signal-composer-binding/CMakeLists.txt @@ -34,9 +34,3 @@ PROJECT_TARGET_ADD(signal-composer) TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ) - - # Library dependencies (include updates automatically) - TARGET_LINK_LIBRARIES(${TARGET_NAME} - ctl-utilities - ${link_libraries} - ) -- cgit 1.2.3-korg