From 13d8b36149570aa91b8659ae74cf14e11c621233 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Fri, 7 Sep 2018 18:59:02 +0200 Subject: Get hal data in hal-bt plugin Get hal data in hal-bt plugin. It will be used, for example, to get softmixer call information. Change-Id: I3cb2fd8d2f3f656fb4a796e13c1f62e751675861 Signed-off-by: Jonathan Aillet --- plugins/lib/bluetooth/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/lib/bluetooth/CMakeLists.txt') diff --git a/plugins/lib/bluetooth/CMakeLists.txt b/plugins/lib/bluetooth/CMakeLists.txt index fa28ae1..5969755 100644 --- a/plugins/lib/bluetooth/CMakeLists.txt +++ b/plugins/lib/bluetooth/CMakeLists.txt @@ -42,4 +42,5 @@ PROJECT_TARGET_ADD(hal-bt) target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/app-controller/ctl-lib" + PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-utilities" ) -- cgit 1.2.3-korg