Skip to content

Commit c084de9

Browse files
committed
feat(hosted): Add library to CMakeLists.txt
1 parent 61f0329 commit c084de9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ set(ARDUINO_ALL_LIBRARIES
9090
ESP_I2S
9191
ESP_NOW
9292
ESP_SR
93+
ESP_HostedOTA
9394
ESPmDNS
9495
Ethernet
9596
FFat
@@ -146,6 +147,9 @@ set(ARDUINO_LIBRARY_ESP_SR_SRCS
146147
libraries/ESP_SR/src/ESP_SR.cpp
147148
libraries/ESP_SR/src/esp32-hal-sr.c)
148149

150+
set(ARDUINO_LIBRARY_ESP_HostedOTA_SRCS
151+
libraries/ESP_HostedOTA/src/ESP_HostedOTA.cpp)
152+
149153
set(ARDUINO_LIBRARY_ESPmDNS_SRCS libraries/ESPmDNS/src/ESPmDNS.cpp)
150154

151155
set(ARDUINO_LIBRARY_Ethernet_SRCS libraries/Ethernet/src/ETH.cpp)

0 commit comments

Comments
 (0)