wheel/components/modbus_tcp/CMakeLists.txt
2024-01-22 03:36:10 +08:00

3 lines
125 B
CMake

idf_component_register(SRCS "modbus.c" "modbus_tcp.c"
INCLUDE_DIRS "."
REQUIRES lwip)