Skip to content

Commit 66dd32a

Browse files
EListenXpengxianghao21
authored andcommitted
zblue: Fix classic profile build on Zephyr 3
Add missing bluetooth host include directories to CMake build. bug: v/70561 Signed-off-by: v-yichenxi <v-yichenxi@xiaomi.com>
1 parent e70d34d commit 66dd32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zblue/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ if(CONFIG_BT)
867867
${BIN_INC_ROOT}/zephyr/app_memory
868868
${SRC_INC_ROOT}
869869
${ZBLUE_DIR}/subsys/bluetooth
870+
${ZBLUE_DIR}/subsys/bluetooth/host
870871
)
871872

872873
target_link_libraries(zblue PRIVATE zblue_headers)
@@ -898,6 +899,7 @@ if(CONFIG_BT)
898899
${BIN_INC_ROOT}/zephyr/app_memory
899900
${SRC_INC_ROOT}
900901
${ZBLUE_DIR}/subsys/bluetooth
902+
${ZBLUE_DIR}/subsys/bluetooth/host
901903
)
902904

903905
endif()

0 commit comments

Comments
 (0)