2026-07-16 19:44:46 +02:00

7 lines
125 B
CMake

file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
REQUIRES TactilityKernel
)