Files
tactility/Devices/lilygo-thmi/CMakeLists.txt
T
2026-07-14 20:26:57 +02:00

7 lines
132 B
CMake

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