FluxDC/components/FluxProtocol/CMakeLists.txt

4 lines
193 B
CMake
Raw Permalink Normal View History

2025-04-25 08:19:43 +08:00
idf_component_register(SRCS "FluxProtocol_data.c" "FluxProtocol.c"
2025-03-17 09:50:22 +08:00
INCLUDE_DIRS "."
2025-04-30 16:50:45 +08:00
REQUIRES driver freertos FluxUI lvgl FluxUart FluxSD lwip esp_netif)