Skip to content

Commit bec6f87

Browse files
committed
Update CMakeLists.txt
1 parent 4ae64c5 commit bec6f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ set(CORE_SRCS
2424
cores/esp32/IPv6Address.cpp
2525
cores/esp32/libb64/cdecode.c
2626
cores/esp32/libb64/cencode.c
27+
cores/esp32/main.cpp
2728
cores/esp32/MD5Builder.cpp
2829
cores/esp32/Print.cpp
2930
cores/esp32/stdlib_noniso.c
@@ -201,6 +202,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
201202
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
202203

203204
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
204-
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl)
205+
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
205206

206207
register_component()

0 commit comments

Comments
 (0)