Files
chargeflow/components/serial_mt/CMakeLists.txt
2025-06-06 21:17:25 +01:00

9 lines
228 B
CMake
Executable File

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