mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
6 lines
123 B
CMake
6 lines
123 B
CMake
set(PROJECT_NAME "modbus_tcp_slave")
|
|
|
|
idf_component_register(SRCS "tcp_slave.c"
|
|
INCLUDE_DIRS ".")
|
|
|