FluxDC/components/FluxProtocol/CMakeLists.txt

4 lines
150 B
CMake
Raw Normal View History

idf_component_register(SRCS "FluxProtocol.c"
2025-03-17 09:50:22 +08:00
INCLUDE_DIRS "."
2025-04-23 08:58:26 +08:00
REQUIRES driver freertos FluxUI lvgl FluxUart )