FluxDC/components/FluxProtocol/CMakeLists.txt

4 lines
178 B
CMake
Raw 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-25 08:19:43 +08:00
REQUIRES driver freertos FluxUI lvgl FluxUart FluxSD)