23 lines
350 B
CMake
Executable File
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
|
|
)
|