audio: liblc3: Fix global include path issue
-liblc3 added a library-internal path to zephyr_interface containing a file that collides with common.h required e.g. by Mbed TLS This commit fixes build-issues by making this include-folder PRIVATE to the named library liblc3 Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
This commit is contained in:
parent
8c97ba8017
commit
2ca64a3449
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ endif()
|
|||
|
||||
zephyr_include_directories(
|
||||
${ZEPHYR_LIBLC3_MODULE_DIR}/include
|
||||
)
|
||||
|
||||
zephyr_library_include_directories(
|
||||
${ZEPHYR_LIBLC3_MODULE_DIR}/src
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue