Tactility/Devices/lilygo-tdeck/CMakeLists.txt
2026-07-11 14:51:40 +02:00

8 lines
153 B
CMake

file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "include"
REQUIRES Tactility driver
)