Files
system-control/firmware/components/skuld/CMakeLists.txt
T
mars3142 30832c167d remove ESP Insights
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-03-29 00:42:16 +01:00

10 lines
192 B
CMake

idf_component_register(SRCS
src/skuld.c
INCLUDE_DIRS "include"
PRIV_REQUIRES
lwip
esp_http_client
nvs_flash
cjson
)