From 54317d10ccc672c057016d2fae6aed8490dead86 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 7 Dec 2021 12:03:14 +0100 Subject: [PATCH] esp32: add yml to cmake build --- port/esp32/components/btstack/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/port/esp32/components/btstack/CMakeLists.txt b/port/esp32/components/btstack/CMakeLists.txt index 49cb77b55..51ed91adb 100644 --- a/port/esp32/components/btstack/CMakeLists.txt +++ b/port/esp32/components/btstack/CMakeLists.txt @@ -22,6 +22,7 @@ set(COMPONENT_SRCDIRS "3rd-party/bluedroid/decoder/srce" "3rd-party/hxcmod-player/mods" "../lwip/lwip/src/apps/http" "3rd-party/md5" + "3rd-party/yxml" "3rd-party/micro-ecc" "3rd-party/lwip/dhcp-server" "src/ble/gatt-service"