Files
chargeflow/components/serial_mt/CMakeLists.txt

9 lines
227 B
CMake
Executable File

set(srcs
"src/serial_mt.c"
)
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include"
PRIV_REQUIRES driver
REQUIRES config evse loadbalancer serial_sync)