Files
chargeflow/components/spi_bus_manager/CMakeLists.txt

11 lines
163 B
CMake

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