From 10c4b1602186f1f9457ec35fafc605468bc6b8bb Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 21 Mar 2019 23:46:53 +0100 Subject: Removed controller and utilities submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Controller and submodules are now provided as static libraries so submodules are not required anymore. Bug: SPEC-2139 Change-Id: Ie5dfa0d678390f167ffbecd53355d9f8b5f98209 Signed-off-by: Loïc Collignon --- ahl-binding/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ahl-binding') diff --git a/ahl-binding/CMakeLists.txt b/ahl-binding/CMakeLists.txt index 7ccf470..1652a9d 100644 --- a/ahl-binding/CMakeLists.txt +++ b/ahl-binding/CMakeLists.txt @@ -40,17 +40,14 @@ PROJECT_TARGET_ADD(audiohighlevel) TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME} PUBLIC ${GLIB_PKG_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR}/../controller/ctl-lib - ${CMAKE_CURRENT_SOURCE_DIR}/../afb-utilities ) # Library dependencies (include updates automatically) # Find package for GLIB does not seem to export TARGET_LINK_LIBRARIES(${TARGET_NAME} #ahl-policy - afb-helpers - ctl-utilities + appcontroller ${GLIB_PKG_LIBRARIES} ${link_libraries} ) -- cgit 1.2.3-korg