diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-04-19 10:24:11 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-05-24 12:06:20 +0200 |
commit | 735e7a39cc509f74f85c48b6a3db50e08c377752 (patch) | |
tree | fd57e17b915881b8793791fee5feeea3385f28bd /plugins | |
parent | 68138a3ec7a78ad7304d291ff92d8e5292847c4e (diff) |
Reorganize repository directories
Reorganize repository directories to clarify code use.
BUG-AGL: SPEC-2329
Change-Id: Ia9be0c1818cb2e331e75b51a87fcb2820407c1d8
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/lib/bluealsa/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lib/bluealsa/CMakeLists.txt b/plugins/lib/bluealsa/CMakeLists.txt index e7d3216..697923a 100644 --- a/plugins/lib/bluealsa/CMakeLists.txt +++ b/plugins/lib/bluealsa/CMakeLists.txt @@ -45,5 +45,5 @@ PROJECT_TARGET_ADD(hal-bluealsa) target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/app-controller/ctl-lib" - PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-utilities" + PRIVATE "${CMAKE_SOURCE_DIR}/lib/4a-hal-utilities" ) |