Tactility/Devices/lilygo-tdeck/CMakeLists.txt
2026-07-11 01:03:50 +02:00

8 lines
167 B
CMake

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