Files
chargeflow/components/protocols/CMakeLists.txt
2026-01-24 16:56:51 +00:00

23 lines
350 B
CMake
Executable File

idf_component_register(
SRCS
"src/protocols.c"
"src/mqtt.c"
INCLUDE_DIRS
"include"
PRIV_INCLUDE_DIRS
"src"
PRIV_REQUIRES
mqtt
cjson
vfs
spiffs
REQUIRES
network
config
evse
peripherals
meter_manager
ocpp
auth
)