Tactility/Devices/lilygo-tdeck/CMakeLists.txt
2026-07-11 02:10:32 +02:00

8 lines
152 B
CMake

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