Ken Van Hoeylandt d67d051268 Cleanup
2026-07-16 21:51:11 +02:00

7 lines
125 B
CMake

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