Ken Van Hoeylandt 66d6348703 Improvements
2026-07-21 01:15:38 +02:00

8 lines
173 B
CMake

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