Files
chargeflow/components/protocols/CMakeLists.txt

23 lines
350 B
CMake

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
)