Files
chargeflow/components/loadbalancer/CMakeLists.txt
2025-06-09 10:51:02 +01:00

8 lines
188 B
CMake
Executable File

set(srcs
"src/input_filter.c" "src/loadbalancer.c"
)
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include"
REQUIRES esp_event evse)