Files
chargeflow/components/meter_zigbee/CMakeLists.txt
2025-06-08 15:28:49 +01:00

9 lines
230 B
CMake
Executable File

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