Commit bec6f872 authored by me-no-dev's avatar me-no-dev

Update CMakeLists.txt

parent 4ae64c54
...@@ -24,6 +24,7 @@ set(CORE_SRCS ...@@ -24,6 +24,7 @@ set(CORE_SRCS
cores/esp32/IPv6Address.cpp cores/esp32/IPv6Address.cpp
cores/esp32/libb64/cdecode.c cores/esp32/libb64/cdecode.c
cores/esp32/libb64/cencode.c cores/esp32/libb64/cencode.c
cores/esp32/main.cpp
cores/esp32/MD5Builder.cpp cores/esp32/MD5Builder.cpp
cores/esp32/Print.cpp cores/esp32/Print.cpp
cores/esp32/stdlib_noniso.c cores/esp32/stdlib_noniso.c
...@@ -201,6 +202,6 @@ set(COMPONENT_ADD_INCLUDEDIRS ...@@ -201,6 +202,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64) set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet) set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl) set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
register_component() register_component()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment