Files
chargeflow/components/logger/CMakeLists.txt
2025-06-06 21:17:25 +01:00

8 lines
143 B
CMake
Executable File

set(srcs
"src/logger.c"
"src/output_buffer.c"
)
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include")