Skip to content

Commit b940b1e

Browse files
frkvanangl
authored andcommitted
[nrf fromlist] 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 Upstream PR #: 84433 Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 5b4a3a9 commit b940b1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/liblc3/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ endif()
2020

2121
zephyr_include_directories(
2222
${ZEPHYR_LIBLC3_MODULE_DIR}/include
23+
)
24+
25+
zephyr_library_include_directories(
2326
${ZEPHYR_LIBLC3_MODULE_DIR}/src
2427
)
2528

0 commit comments

Comments
 (0)