FluxDC/components/FluxMod/CMakeLists.txt

3 lines
210 B
CMake
Raw Normal View History

2025-03-08 10:17:00 +08:00
idf_component_register(SRCS "FluxMod.c"
REQUIRES espressif__esp-modbus
2025-03-09 21:24:33 +08:00
INCLUDE_DIRS "." "D:/espidfEnv/v5.3.2/esp-idf/examples/protocols/modbus/mb_example_common/include")