Files
chargeflow/components/protocols/CMakeLists.txt
2025-11-20 07:45:00 +00:00

25 lines
382 B
CMake
Executable File

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