Files
chargeflow/components/spi_bus_manager/CMakeLists.txt
2025-06-25 06:34:03 +01:00

11 lines
163 B
CMake
Executable File

set(srcs
"src/spi_bus_manager.c"
)
idf_component_register(
SRCS ${srcs}
INCLUDE_DIRS include
PRIV_REQUIRES driver esp_timer
REQUIRES config
)