2026-07-21 00:34:34 +02:00

8 lines
188 B
CMake

file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "source"
REQUIRES TactilityKernel axp2101-module py32ioexpander-module
)